]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed small button caret and moved less code to dropdowns 2402/head
authorSimon Charette <charette.s@gmail.com>
Sun, 4 Mar 2012 20:49:55 +0000 (15:49 -0500)
committerSimon Charette <charette.s@gmail.com>
Sun, 4 Mar 2012 20:49:55 +0000 (15:49 -0500)
less/button-groups.less
less/dropdowns.less

index a04220a9a62bad45c03048620df2c575aed490d8..ad6e463026c642def48a79dcf76e83aaa240ff83 100644 (file)
   }
 }
 
-// Small button dropdowns
-.btn-small .caret {
-  margin-top: 4px;
-}
-
index 1ec06b04ade2cb8442d65e76c044a997a36dba65..66132cd9795f203382d834e9fb0c495c76ff67a1 100644 (file)
 .open.dropdown .caret {
   .opacity(100);
 }
+// Small button dropdowns
+.btn-small .caret {
+  margin-top: 6px;
+}
 // The dropdown menu (ul)
 .dropdown-menu {
   position: absolute;