aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-11-30 14:58:35 -0800
committerMark Otto <[email protected]>2013-11-30 14:58:35 -0800
commitd2f8b5327b36b9a9839d595070d841146aa4c6ab (patch)
tree2dfaa6b1beabfdadf18b5876932771f85884fa6a /dist/css/bootstrap.css
parent21e2ae94897376ff0303144a703f7eb54be9bf3c (diff)
downloadbootstrap-d2f8b5327b36b9a9839d595070d841146aa4c6ab.tar.xz
bootstrap-d2f8b5327b36b9a9839d595070d841146aa4c6ab.zip
Fixes #11515: Reorder the headings with body text and text emphasis classes
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css164
1 files changed, 82 insertions, 82 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 78f0cbe23..7bbca94a4 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -385,88 +385,6 @@ hr {
border: 0;
}
-p {
- margin: 0 0 10px;
-}
-
-.lead {
- margin-bottom: 20px;
- font-size: 16px;
- font-weight: 200;
- line-height: 1.4;
-}
-
-@media (min-width: 768px) {
- .lead {
- font-size: 21px;
- }
-}
-
-small,
-.small {
- font-size: 85%;
-}
-
-cite {
- font-style: normal;
-}
-
-.text-muted {
- color: #999999;
-}
-
-.text-primary {
- color: #428bca;
-}
-
-.text-primary:hover {
- color: #3071a9;
-}
-
-.text-warning {
- color: #8a6d3b;
-}
-
-.text-warning:hover {
- color: #66512c;
-}
-
-.text-danger {
- color: #a94442;
-}
-
-.text-danger:hover {
- color: #843534;
-}
-
-.text-success {
- color: #3c763d;
-}
-
-.text-success:hover {
- color: #2b542c;
-}
-
-.text-info {
- color: #31708f;
-}
-
-.text-info:hover {
- color: #245269;
-}
-
-.text-left {
- text-align: left;
-}
-
-.text-right {
- text-align: right;
-}
-
-.text-center {
- text-align: center;
-}
-
h1,
h2,
h3,
@@ -576,6 +494,88 @@ h6,
font-size: 12px;
}
+p {
+ margin: 0 0 10px;
+}
+
+.lead {
+ margin-bottom: 20px;
+ font-size: 16px;
+ font-weight: 200;
+ line-height: 1.4;
+}
+
+@media (min-width: 768px) {
+ .lead {
+ font-size: 21px;
+ }
+}
+
+small,
+.small {
+ font-size: 85%;
+}
+
+cite {
+ font-style: normal;
+}
+
+.text-muted {
+ color: #999999;
+}
+
+.text-primary {
+ color: #428bca;
+}
+
+.text-primary:hover {
+ color: #3071a9;
+}
+
+.text-warning {
+ color: #8a6d3b;
+}
+
+.text-warning:hover {
+ color: #66512c;
+}
+
+.text-danger {
+ color: #a94442;
+}
+
+.text-danger:hover {
+ color: #843534;
+}
+
+.text-success {
+ color: #3c763d;
+}
+
+.text-success:hover {
+ color: #2b542c;
+}
+
+.text-info {
+ color: #31708f;
+}
+
+.text-info:hover {
+ color: #245269;
+}
+
+.text-left {
+ text-align: left;
+}
+
+.text-right {
+ text-align: right;
+}
+
+.text-center {
+ text-align: center;
+}
+
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;