The Jumbotron font-size LESS variable now conforms to the '@{bootstrapClass}-font-size' naming scheme.

This commit is contained in:
Steven Black 2013-10-05 18:37:53 -04:00
parent 38941881e9
commit 4b27c08783
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
.jumbotron {
padding: @jumbotron-padding;
margin-bottom: @jumbotron-padding;
font-size: @font-size-jumbotron;
font-size: @jumbotron-font-size;
font-weight: 200;
line-height: (@line-height-base * 1.5);
color: @jumbotron-color;