]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
increase spacing on homepage links and social buttons (fixes #9706)
authorMark Otto <otto@github.com>
Fri, 16 Aug 2013 21:04:11 +0000 (14:04 -0700)
committerMark Otto <otto@github.com>
Fri, 16 Aug 2013 21:04:11 +0000 (14:04 -0700)
_layouts/home.html
assets/css/docs.css

index fdeae708b458daca0f12ffef5ba6f3caf5a807c2..d0ed1cfb1777465833339fc69b4f3a3e8d72fc5c 100644 (file)
@@ -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>
index 61622751febb4b0121b5e38a9c37ef32bf5a71d1..e792ae2cfd52c0fc1c4d0e922e08f8ff1b8d0948 100644 (file)
@@ -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;