diff options
| author | Chris Rebert <[email protected]> | 2013-07-06 22:02:58 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-07 19:46:20 -0700 |
| commit | dcf1b60f2bb9f0aab63f09c1af533cfcedfbc8d2 (patch) | |
| tree | dcd2c3867664490a4de17ae54320a0cd11396ac6 /less/jumbotron.less | |
| parent | 084291aac7e8873ce975a4b547a9de6ac4630473 (diff) | |
| download | bootstrap-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.less | 5 |
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); } |
