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 /less | |
| parent | 64579505d24052e7edb14f7f8d63a44bb72b5fea (diff) | |
| download | bootstrap-f45df646705f12fe8ce97b886c5c9301ada0c9a5.tar.xz bootstrap-f45df646705f12fe8ce97b886c5c9301ada0c9a5.zip | |
Fixes #12914: Darken immediate children hr elements in jumbotrons
Diffstat (limited to 'less')
| -rw-r--r-- | less/jumbotron.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less index a15e16971..27cd8b81d 100644 --- a/less/jumbotron.less +++ b/less/jumbotron.less @@ -19,6 +19,10 @@ font-weight: 200; } + > hr { + border-top-color: darken(@jumbotron-bg, 10%); + } + .container & { border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container } |
