Skip to content

Commit

Permalink
(less) Merge pull request twbs#10949 from StevenBlack/jumbotron.fontsize
Browse files Browse the repository at this point in the history
Jumbotron: remove the hard-coded font-size from jumbotron.less and moved...
  • Loading branch information
mdo committed Oct 14, 2013
2 parents bcd84d5 + 8f99126 commit b6d14ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jumbotron.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.jumbotron {
padding: @jumbotron-padding;
margin-bottom: @jumbotron-padding;
font-size: (@font-size-base * 1.5);
font-size: @jumbotron-font-size;
font-weight: 200;
line-height: (@line-height-base * 1.5);
color: @jumbotron-color;
Expand Down
2 changes: 1 addition & 1 deletion variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@
@jumbotron-padding: 30px;
@jumbotron-color: inherit;
@jumbotron-bg: @gray-lighter;

@jumbotron-heading-color: inherit;
@jumbotron-font-size: ceil(@font-size-base * 1.50);


// Form states and alerts
Expand Down

0 comments on commit b6d14ab

Please sign in to comment.