adding first template to the repo for a generic website page

This commit is contained in:
Mark Otto 2011-08-22 12:50:30 -07:00
parent 16064bed2d
commit d324a24268
4 changed files with 96 additions and 3 deletions

View file

@ -254,6 +254,7 @@
.hero-unit {
background-color: #f5f5f5;
margin-top: 60px;
margin-bottom: 30px;
padding: 60px;
.border-radius(6px);
@ -269,7 +270,11 @@
line-height: @baseline * 1.5;
}
}
footer {
margin-top: @baseline - 1;
padding-top: @baseline - 1;
border-top: 1px solid #eee;
}
// PAGE HEADERS
// ------------