Commit 4b27c087 authored by Steven Black's avatar Steven Black

The Jumbotron font-size LESS variable now conforms to the...

The Jumbotron font-size LESS variable now conforms to the '@{bootstrapClass}-font-size' naming scheme.
parent 38941881
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.jumbotron { .jumbotron {
padding: @jumbotron-padding; padding: @jumbotron-padding;
margin-bottom: @jumbotron-padding; margin-bottom: @jumbotron-padding;
font-size: @font-size-jumbotron; font-size: @jumbotron-font-size;
font-weight: 200; font-weight: 200;
line-height: (@line-height-base * 1.5); line-height: (@line-height-base * 1.5);
color: @jumbotron-color; color: @jumbotron-color;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment