diff options
| author | Mark Otto <[email protected]> | 2013-07-26 01:43:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 01:43:43 -0700 |
| commit | 5d766d9e2ff09ee5a8eeb148b86622297634a3ff (patch) | |
| tree | deea037ea906172f155c1e05ae58ad119a3bc58e /assets/css/docs.css | |
| parent | 995add132efdb6557f191f1a65097f19260a4f7d (diff) | |
| download | bootstrap-5d766d9e2ff09ee5a8eeb148b86622297634a3ff.tar.xz bootstrap-5d766d9e2ff09ee5a8eeb148b86622297634a3ff.zip | |
Mo betta placement of old docs callouts
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 59cb1b19e..4a8373ad5 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -72,6 +72,10 @@ body { .bs-old-docs strong { color: #555; } +.bs-docs-home .bs-old-docs { + text-align: center; + border-top: 1px solid #e5e5e5; +} /* Homepage masthead @@ -79,7 +83,6 @@ body { .bs-masthead { position: relative; - margin-bottom: 20px; padding: 30px 15px; text-align: center; } @@ -87,9 +90,6 @@ body { font-size: 50px; line-height: 1; } -.bs-masthead .bs-social { - margin-top: 80px; -} /* Download button */ .bs-masthead .btn-bs { @@ -100,11 +100,16 @@ body { } /* Textual links */ +.bs-social { + margin-top: 30px; + text-align: center; +} .bs-masthead-links { margin-top: 20px; margin-bottom: 20px; padding-left: 0; list-style: none; + text-align: center; } .bs-masthead-links li { display: inline; |
