aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-19 13:12:19 -0700
committerMark Otto <[email protected]>2012-08-19 13:12:43 -0700
commit887f11d47f052a0dd123f76a6ac39a955c2429d4 (patch)
treef0fa2954109fb29a0aa613661c2b6f13ffa7beb8 /docs/assets/css/bootstrap.css
parent47cf3cc62f249052f67b1390bdeb433684b6da0b (diff)
downloadbootstrap-887f11d47f052a0dd123f76a6ac39a955c2429d4.tar.xz
bootstrap-887f11d47f052a0dd123f76a6ac39a955c2429d4.zip
fixes #4455: improve small styles and add to docs
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css45
1 files changed, 20 insertions, 25 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index e550b175e..70f77af7e 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -580,11 +580,6 @@ p {
margin: 0 0 10px;
}
-p small {
- font-size: 12px;
- color: #999999;
-}
-
.lead {
margin-bottom: 20px;
font-size: 20px;
@@ -592,6 +587,26 @@ p small {
line-height: 30px;
}
+small {
+ font-size: 85%;
+}
+
+strong {
+ font-weight: bold;
+}
+
+em {
+ font-style: italic;
+}
+
+cite {
+ font-style: normal;
+}
+
+.muted {
+ color: #999999;
+}
+
h1,
h2,
h3,
@@ -730,18 +745,6 @@ hr {
border-bottom: 1px solid #ffffff;
}
-strong {
- font-weight: bold;
-}
-
-em {
- font-style: italic;
-}
-
-.muted {
- color: #999999;
-}
-
abbr[title] {
cursor: help;
border-bottom: 1px dotted #999999;
@@ -810,14 +813,6 @@ address {
line-height: 20px;
}
-small {
- font-size: 100%;
-}
-
-cite {
- font-style: normal;
-}
-
code,
pre {
padding: 0 3px 2px;