aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/type.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index e3106c717..697b64a54 100644
--- a/less/type.less
+++ b/less/type.less
@@ -54,7 +54,8 @@ h4 small { font-size: 14px; }
// -------------------------
.page-header {
- margin: @baseLineHeight 0 (@baseLineHeight - 1);
+ padding-bottom: (@baseLineHeight / 2) - 1;
+ margin: @baseLineHeight 0 (@baseLineHeight * 1.5);
border-bottom: 1px solid @grayLighter;
}