diff options
| author | Mark Otto <[email protected]> | 2011-10-26 23:11:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-26 23:11:56 -0700 |
| commit | 648c4689273647c321dd6e3979d910282e9a9339 (patch) | |
| tree | 4ee67a99923ada3ce0d762fd867b984379e1f029 /docs/assets/css/docs.css | |
| parent | e616026d678239104b93cafca9a77ea74a4c0ddf (diff) | |
| download | bootstrap-648c4689273647c321dd6e3979d910282e9a9339.tar.xz bootstrap-648c4689273647c321dd6e3979d910282e9a9339.zip | |
breaking down the main page into subpages for easier, more comprehensive documentation
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 59c64e4a7..8ed81e713 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -14,9 +14,6 @@ body { background-image: url(../img/grid-18px-masked.png); background-repeat: repeat-x; } -section { - padding-top: 60px; -} /* Tweak topbar brand link to be super sleek -------------------------------------------------- */ @@ -40,7 +37,7 @@ body > .navbar-fixed .brand:hover { } .jumbotron h1 { margin-right: 40%; - margin-bottom: 10px; + margin-bottom: 9px; font-size: 90px; letter-spacing: -1px; line-height: 1; @@ -100,15 +97,15 @@ body > .navbar-fixed .brand:hover { ------------------------- */ /* supporting docs pages */ .subhead { - padding-bottom: 18px; - border-bottom: 3px solid #eee; + padding-bottom: 14px; + border-bottom: 3px solid #e5e5e5; } .subhead h1, .subhead p { margin-right: 0; } .subhead h1 { - font-size: 40px; + font-size: 45px; } |
