]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reset padding on homepage links
authorMark Otto <otto@github.com>
Fri, 21 Jun 2013 18:56:47 +0000 (11:56 -0700)
committerMark Otto <otto@github.com>
Fri, 21 Jun 2013 18:56:47 +0000 (11:56 -0700)
docs/assets/css/docs.css

index e47805d37b4661b739f860f76211e5c5f475983d..defa02fb060fccb0e943ec13e8e538f98c73be3c 100644 (file)
@@ -81,7 +81,9 @@ body {
 
 /* Textual links */
 .bs-masthead-links {
-  margin: 20px 0;
+  margin-top: 20px;
+  margin-bottom: 20px;
+  padding-left: 0;
   list-style: none;
 }
 .bs-masthead-links li {