Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-07-08 12:47:36 +0400
committerMark Otto <markotto@twitter.com>2012-07-08 12:47:36 +0400
commit20676ddd4d3e46c9fb32aadfeddb3a4a68efa6a3 (patch)
treebacc672697292c0b83f5b44b014a3321e2d2195e /less
parent5f861ef51735d8b0f2c0f0faf8f438808a480d99 (diff)
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 e3106c7178..697b64a54b 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;
}