aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-27 15:28:09 -0800
committerMark Otto <[email protected]>2012-01-27 15:28:09 -0800
commit800d0b24e08dec4835e7f4126701428c5c5bae2c (patch)
tree2062c83d48e4c7bedc6ba65fbd4d8eebb705156a /less/type.less
parent91e9f6fa91ea2f6d8cc47b8dbf1428847ad6504f (diff)
downloadbootstrap-800d0b24e08dec4835e7f4126701428c5c5bae2c.tar.xz
bootstrap-800d0b24e08dec4835e7f4126701428c5c5bae2c.zip
remove page-header from docs and add to type.less
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less11
1 files changed, 11 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less
index 087224fd0..7841bb090 100644
--- a/less/type.less
+++ b/less/type.less
@@ -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
// -----