From 314161cb179be0846ac1190abf2fc442965ea300 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 12 Aug 2015 20:28:46 -0700 Subject: remove hella vars from the jumbotron --- dist/css/bootstrap.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'dist/css/bootstrap.css') 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 { -- cgit v1.2.3