1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 00:24:03 +02:00

save and recompile for that last commit

This commit is contained in:
Mark Otto
2013-08-19 08:51:25 -07:00
parent 7e82ceb533
commit a9297c7ad2
3 changed files with 9 additions and 9 deletions

View File

@@ -4937,8 +4937,8 @@ a.list-group-item.active > .badge,
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.jumbotron { .jumbotron {
padding-top: 50px; padding-top: 48px;
padding-bottom: 50px; padding-bottom: 48px;
} }
.container .jumbotron { .container .jumbotron {
padding-right: 60px; padding-right: 60px;

File diff suppressed because one or more lines are too long

View File

@@ -4,8 +4,8 @@
.jumbotron { .jumbotron {
padding: 30px; padding: @jumbotron-padding;
margin-bottom: 30px; margin-bottom: @jumbotron-padding;
font-size: (@font-size-base * 1.5); font-size: (@font-size-base * 1.5);
font-weight: 200; font-weight: 200;
line-height: (@line-height-base * 1.5); line-height: (@line-height-base * 1.5);
@@ -25,12 +25,12 @@
} }
@media screen and (min-width: @screen-tablet) { @media screen and (min-width: @screen-tablet) {
padding-top: 50px; padding-top: (@jumbotron-padding * 1.6);
padding-bottom: 50px; padding-bottom: (@jumbotron-padding * 1.6);
.container & { .container & {
padding-left: 60px; padding-left: (@jumbotron-padding * 2);
padding-right: 60px; padding-right: (@jumbotron-padding * 2);
} }
h1 { h1 {