aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-08 01:47:36 -0700
committerMark Otto <[email protected]>2012-07-08 01:47:36 -0700
commit20676ddd4d3e46c9fb32aadfeddb3a4a68efa6a3 (patch)
treebacc672697292c0b83f5b44b014a3321e2d2195e /less
parent5f861ef51735d8b0f2c0f0faf8f438808a480d99 (diff)
downloadbootstrap-20676ddd4d3e46c9fb32aadfeddb3a4a68efa6a3.tar.xz
bootstrap-20676ddd4d3e46c9fb32aadfeddb3a4a68efa6a3.zip
adding getting started page based on Bootstrap University from awhile back, testing out side nav on docs instead of subnav bar
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;
}