Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/jumbotron.less')
-rw-r--r--less/jumbotron.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less
index a15e169715..27cd8b81d4 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
}