]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
icon spacing in small buttons and nav lists
authorMark Otto <markdotto@gmail.com>
Sat, 28 Jan 2012 03:57:53 +0000 (19:57 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 28 Jan 2012 03:57:53 +0000 (19:57 -0800)
docs/assets/css/bootstrap.css
less/buttons.less
less/navs.less

index 6eff3a589642685b61d0ccffd3248721d4f31a12..c1562c203af3ed14b769eb0838bd1958f45afd7b 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Jan 27 19:45:56 PST 2012
+ * Date: Fri Jan 27 19:56:12 PST 2012
  */
 article,
 aside,
@@ -1673,6 +1673,9 @@ table .span12 {
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
   background-color: #0088cc;
 }
+.nav.list .icon {
+  margin-right: 2px;
+}
 .tabs, .pills {
   *zoom: 1;
 }
@@ -2655,7 +2658,7 @@ table .span12 {
   line-height: 16px;
 }
 .btn.small .icon {
-  margin-top: -2px;
+  margin-top: -1px;
 }
 button.btn, input[type=submit].btn {
   *padding-top: 2px;
index ec23781ccc301024563a0393b4d464d0c24cb858..1333592c2197ebabf417318c5fd86abbc7cc0e22 100644 (file)
     line-height: @baseLineHeight - 2px;
   }
   &.small .icon {
-    margin-top: -2px;
+    margin-top: -1px;
   }
 }
 
index f1d5b565c4fdaa04b8b001e038bf2b73dcb85d40..aa718cd746b126d04e17c3c1946b86681d02d9b4 100644 (file)
@@ -54,6 +54,9 @@
   text-shadow: 0 -1px 0 rgba(0,0,0,.2);
   background-color: @linkColor;
 }
+.nav.list .icon {
+  margin-right: 2px;
+}