aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-09-17 20:03:32 -0700
committerMark Otto <[email protected]>2014-09-17 20:03:32 -0700
commitca2711fc8e98c6969b642894b485df9235c09009 (patch)
treee6a4aed9c03a31eff29b52f7443615b7575c3100 /docs/dist/css/bootstrap.css
parent3d6982c14986736d1e54c71f3bc2bb5f1011383e (diff)
downloadbootstrap-ca2711fc8e98c6969b642894b485df9235c09009.tar.xz
bootstrap-ca2711fc8e98c6969b642894b485df9235c09009.zip
rewrite jumbotron less and make heading use a class
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css21
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 1120fb2ba..52a9c5d01 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -4172,13 +4172,6 @@ a.list-group-item.active > .badge,
color: inherit;
background-color: #eceeef;
}
-.jumbotron h1,
-.jumbotron .h1 {
- color: inherit;
-}
-.jumbotron > hr {
- border-top-color: #d0d5d8;
-}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: .3rem;
@@ -4186,16 +4179,22 @@ a.list-group-item.active > .badge,
.jumbotron .container {
max-width: 100%;
}
-@media screen and (min-width: 48em) {
+.jumbotron-heading {
+ color: inherit;
+}
+.jumbotron-hr {
+ border-top-color: #d0d5d8;
+}
+@media (min-width: 48em) {
.jumbotron {
padding: 3.2rem 0;
}
- .container .jumbotron {
+ .container .jumbotron,
+ .container-fluid .jumbotron {
padding-right: 4rem;
padding-left: 4rem;
}
- .jumbotron h1,
- .jumbotron .h1 {
+ .jumbotron-heading {
font-size: 4.5rem;
}
}