diff options
| author | Mark Otto <[email protected]> | 2013-08-16 14:04:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 14:04:11 -0700 |
| commit | d2e2ec0985d030fb230e0b8f133d5d97e453ac60 (patch) | |
| tree | 2a3c36ed8a75f2694c50546a704903e89d7f1b0c | |
| parent | e6f185acad5741fcbe0b3305e0660e5e6ea4f41c (diff) | |
| download | bootstrap-d2e2ec0985d030fb230e0b8f133d5d97e453ac60.tar.xz bootstrap-d2e2ec0985d030fb230e0b8f133d5d97e453ac60.zip | |
increase spacing on homepage links and social buttons (fixes #9706)
| -rw-r--r-- | _layouts/home.html | 2 | ||||
| -rw-r--r-- | assets/css/docs.css | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/_layouts/home.html b/_layouts/home.html index fdeae708b..d0ed1cfb1 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -31,7 +31,7 @@ <a href="{{ site.glyphicons }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a> </li> <li> - <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a> + <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a> </li> </ul> </footer> diff --git a/assets/css/docs.css b/assets/css/docs.css index 61622751f..e792ae2cf 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -141,7 +141,7 @@ body { .bs-masthead-links { margin-top: 20px; margin-bottom: 20px; - padding-left: 0; + padding: 0 15px; list-style: none; text-align: center; } @@ -739,9 +739,7 @@ body { .bs-social-buttons li { display: inline-block; line-height: 1; -} -.bs-social-buttons li + li { - margin-left: 15px; + padding: 5px 8px; } .bs-social-buttons .twitter-follow-button { width: 225px !important; @@ -853,6 +851,10 @@ body { border-bottom-right-radius: 4px; } + .bs-masthead-links { + padding: 0; + } + .carbonad { margin: 0 !important; border: 1px solid #e5e5e5 !important; |
