From 5d766d9e2ff09ee5a8eeb148b86622297634a3ff Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 01:43:43 -0700 Subject: Mo betta placement of old docs callouts --- assets/css/docs.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'assets/css/docs.css') 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; -- cgit v1.2.3