aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-07 11:44:17 -0700
committerMark Otto <[email protected]>2013-04-07 11:44:17 -0700
commit7ff40635d4bc8c832b2890f9b7292cf89f02ea09 (patch)
tree9da5b32e8a71d6d8b5110a83cf626274005b9d0c
parent330e9b16c2fcb96ae350b170cda61d5937aa5a78 (diff)
downloadbootstrap-7ff40635d4bc8c832b2890f9b7292cf89f02ea09.tar.xz
bootstrap-7ff40635d4bc8c832b2890f9b7292cf89f02ea09.zip
fixes #7497: use var for jumbotron border radius
-rw-r--r--less/jumbotron.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less
index 6437ea58e..d3c9ac21c 100644
--- a/less/jumbotron.less
+++ b/less/jumbotron.less
@@ -23,7 +23,7 @@
@media screen and (min-width: 768px) {
.jumbotron {
padding: 50px 60px;
- border-radius: 6px; // Only round corners at higher resolutions
+ border-radius: @border-radius-large; // Only round corners at higher resolutions
h1 {
font-size: 60px;