remove page-header from docs and add to type.less

This commit is contained in:
Mark Otto
2012-01-27 15:28:09 -08:00
parent 91e9f6fa91
commit 800d0b24e0
3 changed files with 20 additions and 9 deletions

View File

@@ -75,6 +75,17 @@ h6 {
text-transform: uppercase;
}
// Page header
.page-header {
padding-bottom: @baseLineHeight - 1;
margin: @baseLineHeight 0;
border-bottom: 1px solid @grayLighter;
}
.page-header h1 {
line-height: 1;
}
// LISTS
// -----