1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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

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;