aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to '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
// -----