diff options
| author | Mark Otto <[email protected]> | 2015-08-12 20:28:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-12 20:28:46 -0700 |
| commit | 314161cb179be0846ac1190abf2fc442965ea300 (patch) | |
| tree | 3dc9a3eedff6dabdbb69b45bf62fab451199fb55 /dist/css/bootstrap.css | |
| parent | 0babe3568c01face310ad5446a16cec08043a7d5 (diff) | |
| download | bootstrap-314161cb179be0846ac1190abf2fc442965ea300.tar.xz bootstrap-314161cb179be0846ac1190abf2fc442965ea300.zip | |
remove hella vars from the jumbotron
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index fd00b9463..c97de197c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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 { |
