2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

hero unit and pagination vars

This commit is contained in:
Mark Otto
2012-11-30 15:36:16 -08:00
parent 51c418d468
commit 0a93bc143d
5 changed files with 22 additions and 18 deletions
+3 -3
View File
@@ -9,14 +9,14 @@
font-size: 18px;
font-weight: 200;
line-height: @line-height-base * 1.5;
color: @heroUnitLeadColor;
background-color: @heroUnitBackground;
color: @hero-lead-color;
background-color: @hero-background;
border-radius: 6px;
h1 {
margin-bottom: 0;
font-size: 60px;
line-height: 1;
color: @heroUnitHeadingColor;
color: @hero-heading-color;
letter-spacing: -1px;
}
li {