2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Fix the customizer.js; Update alert styles for pre blocks

This commit is contained in:
Mark Otto
2013-08-19 00:54:53 -07:00
parent ea3fa72f1d
commit 4fd861a704
3 changed files with 10 additions and 4 deletions
+8 -1
View File
@@ -1043,7 +1043,14 @@ h1[id] {
margin-bottom: 0;
}
.bs-customizer-alert .glyphicon {
margin-right: 3px;
margin-right: 5px;
}
.bs-customizer-alert pre {
margin: 10px 0 0;
color: #fff;
background-color: #a83c3a;
border-color: #973634;
box-shadow: inset 0 2px 4px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}