2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

base import of normalize into the reset css, tweaks to selector specificity across the board

This commit is contained in:
Mark Otto
2011-08-25 00:13:40 -07:00
parent d324a24268
commit 2d99e3f8a6
7 changed files with 520 additions and 277 deletions
+4 -1
View File
@@ -130,7 +130,7 @@ em {
line-height: inherit;
}
.muted {
color: @grayLighter;
color: @grayLight;
}
// Blockquotes
@@ -181,5 +181,8 @@ pre {
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
.border-radius(3px);
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}