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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-09-03 06:25:16 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-09-03 06:25:16 +0400
commitaf61bf673953cf9c88da72bba6dd81aa44814e8c (patch)
tree70fea76839c19ad4622034abbe42288fec1c3c29 /assets/stylesheets/bootstrap/_jumbotron.scss
parentee64428a406674ee20365cabb79b95536d3687f1 (diff)
rake convert
Diffstat (limited to 'assets/stylesheets/bootstrap/_jumbotron.scss')
-rw-r--r--assets/stylesheets/bootstrap/_jumbotron.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/stylesheets/bootstrap/_jumbotron.scss b/assets/stylesheets/bootstrap/_jumbotron.scss
index 75efe64..9d89671 100644
--- a/assets/stylesheets/bootstrap/_jumbotron.scss
+++ b/assets/stylesheets/bootstrap/_jumbotron.scss
@@ -23,7 +23,8 @@
border-top-color: darken($jumbotron-bg, 10%);
}
- .container & {
+ .container &,
+ .container-fluid & {
border-radius: $border-radius-large; // Only round corners at higher resolutions if contained in a container
}