1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

remove hella vars from the jumbotron

This commit is contained in:
Mark Otto
2015-08-12 20:28:46 -07:00
parent 0babe3568c
commit 314161cb17
11 changed files with 16 additions and 52 deletions

View File

@@ -589,7 +589,7 @@ hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: .0625rem solid #eceeef;
border-top: .0625rem solid rgba(0, 0, 0, .1);
}
small,
@@ -4578,15 +4578,10 @@ a.label:hover {
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
color: inherit;
background-color: #eceeef;
border-radius: .3rem;
}
.jumbotron-heading {
color: inherit;
}
.jumbotron-hr {
border-top-color: #d0d5d8;
}
@@ -4595,9 +4590,6 @@ a.label:hover {
.jumbotron {
padding: 4rem 2rem;
}
.jumbotron-heading {
font-size: 4.5rem;
}
}
.jumbotron-fluid {