2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

fixes #4455: improve small styles and add to docs

This commit is contained in:
Mark Otto
2012-08-19 13:12:19 -07:00
parent 47cf3cc62f
commit 887f11d47f
4 changed files with 64 additions and 50 deletions
+20 -23
View File
@@ -8,10 +8,6 @@
p {
margin: 0 0 @baseLineHeight / 2;
small {
font-size: @baseFontSize - 2;
color: @grayLight;
}
}
.lead {
margin-bottom: @baseLineHeight;
@@ -21,6 +17,26 @@ p {
}
// Emphasis & misc
// -------------------------
small {
font-size: 85%; // Ex: 14px base font * 85% = about 12px
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
cite {
font-style: normal;
}
.muted {
color: @grayLight;
}
// Headings
// -------------------------
@@ -123,17 +139,6 @@ hr {
border-bottom: 1px solid @white;
}
// Emphasis
strong {
font-weight: bold;
}
em {
font-style: italic;
}
.muted {
color: @grayLight;
}
// Abbreviations and acronyms
abbr[title] {
cursor: help;
@@ -199,11 +204,3 @@ address {
font-style: normal;
line-height: @baseLineHeight;
}
// Misc
small {
font-size: 100%;
}
cite {
font-style: normal;
}