2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

massive update to customize page to include all the new variables (and ensure they're being used in the .less files)

This commit is contained in:
Mark Otto
2012-03-10 16:01:06 -08:00
parent 95a3cd8732
commit 1dbb942d5b
6 changed files with 152 additions and 21 deletions
+3 -1
View File
@@ -4,17 +4,19 @@
.hero-unit {
padding: 60px;
margin-bottom: 30px;
background-color: #f5f5f5;
background-color: @heroUnitBackground;
.border-radius(6px);
h1 {
margin-bottom: 0;
font-size: 60px;
line-height: 1;
color: @heroUnitHeadingColor;
letter-spacing: -1px;
}
p {
font-size: 18px;
font-weight: 200;
line-height: @baseLineHeight * 1.5;
color: @heroUnitLeadColor;
}
}