2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

refactor {badges,jumbotron,media,popover,print}.less (mostly nesting)

This commit is contained in:
Chris Rebert
2013-07-06 22:02:58 -07:00
committed by Chris Rebert
parent 084291aac7
commit dcf1b60f2b
5 changed files with 31 additions and 28 deletions
+1 -4
View File
@@ -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);
}