2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Move hero-unit css out of pattern.less and include it. Fixes #1185.

This commit is contained in:
Linmiao Xu
2012-01-26 15:51:11 -08:00
parent d8e1001836
commit ef4e3bc0f7
6 changed files with 46 additions and 21 deletions
+20
View File
@@ -0,0 +1,20 @@
// HERO UNIT
// ---------
.hero-unit {
padding: 60px;
margin-bottom: 30px;
background-color: #f5f5f5;
.border-radius(6px);
h1 {
margin-bottom: 0;
font-size: 60px;
line-height: 1;
letter-spacing: -1px;
}
p {
font-size: 18px;
font-weight: 200;
line-height: @baseLineHeight * 1.5;
}
}