aboutsummaryrefslogtreecommitdiff
path: root/less/jumbotron.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-06 22:02:58 -0700
committerChris Rebert <[email protected]>2013-07-07 19:46:20 -0700
commitdcf1b60f2bb9f0aab63f09c1af533cfcedfbc8d2 (patch)
treedcd2c3867664490a4de17ae54320a0cd11396ac6 /less/jumbotron.less
parent084291aac7e8873ce975a4b547a9de6ac4630473 (diff)
downloadbootstrap-dcf1b60f2bb9f0aab63f09c1af533cfcedfbc8d2.tar.xz
bootstrap-dcf1b60f2bb9f0aab63f09c1af533cfcedfbc8d2.zip
refactor {badges,jumbotron,media,popover,print}.less (mostly nesting)
Diffstat (limited to 'less/jumbotron.less')
-rw-r--r--less/jumbotron.less5
1 files changed, 1 insertions, 4 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less
index 39bec9be6..ca51b481a 100644
--- a/less/jumbotron.less
+++ b/less/jumbotron.less
@@ -18,13 +18,10 @@
p {
line-height: 1.4;
}
-}
-@media screen and (min-width: @screen-tablet) {
- .jumbotron {
+ @media screen and (min-width: @screen-tablet) {
padding: 50px 60px;
border-radius: @border-radius-large; // Only round corners at higher resolutions
-
h1 {
font-size: (@font-size-base * 4.5);
}