diff options
| author | Mark Otto <[email protected]> | 2014-03-04 13:54:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-04 13:54:09 -0800 |
| commit | f45df646705f12fe8ce97b886c5c9301ada0c9a5 (patch) | |
| tree | c492446b3228b503322b632b821a1ab959e0bcd9 /dist/css/bootstrap.css | |
| parent | 64579505d24052e7edb14f7f8d63a44bb72b5fea (diff) | |
| download | bootstrap-f45df646705f12fe8ce97b886c5c9301ada0c9a5.tar.xz bootstrap-f45df646705f12fe8ce97b886c5c9301ada0c9a5.zip | |
Fixes #12914: Darken immediate children hr elements in jumbotrons
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 66f78f042..aa8555461 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4411,6 +4411,9 @@ a.list-group-item.active > .badge, font-size: 21px; font-weight: 200; } +.jumbotron > hr { + border-top-color: #d5d5d5; +} .container .jumbotron { border-radius: 6px; } |
