2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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
+1 -1
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;