2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

adding getting started page based on Bootstrap University from awhile back, testing out side nav on docs instead of subnav bar

This commit is contained in:
Mark Otto
2012-07-08 01:47:36 -07:00
parent 5f861ef517
commit 20676ddd4d
20 changed files with 656 additions and 29 deletions
+2 -1
View File
@@ -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;
}