]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nuke glyphicons changes in buttons for now because it's whack
authorMark Otto <otto@github.com>
Tue, 26 Feb 2013 08:44:15 +0000 (00:44 -0800)
committerMark Otto <otto@github.com>
Tue, 26 Feb 2013 08:44:15 +0000 (00:44 -0800)
docs/assets/css/bootstrap.css
less/buttons.less

index cdcd0f936845f890e4ec1936721bd6db178a2a2b..19be8cfaa75443dcebd7f8e093911ad24a2b4f44 100644 (file)
@@ -1690,26 +1690,12 @@ fieldset[disabled] .btn {
   border-radius: 3px;
 }
 
-.btn-mini [class^="icon-"],
-.btn-mini [class*=" icon-"] {
-  margin-top: -1px;
-}
-
 .btn-mini {
   padding: 0 6px;
   font-size: 10.5px;
   border-radius: 3px;
 }
 
-.btn [class^="glyphicon-"]::before {
-  vertical-align: -2px;
-}
-
-.btn-small [class^="glyphicon-"]::before,
-.btn-mini [class^="glyphicon-"]::before {
-  vertical-align: -1px;
-}
-
 .btn-block {
   display: block;
   width: 100%;
index 4b278383fac8fdb68b63389a79f679a23e95b519..3d71272121727a200f707f1a5a96f24b66995234 100644 (file)
   font-size: @font-size-small;
   border-radius: @border-radius-small;
 }
-.btn-mini [class^="icon-"],
-.btn-mini [class*=" icon-"] {
-  margin-top: -1px;
-}
 
 // Mini
 .btn-mini {
 // Icons in buttons
 // -------------------------
 
-.btn [class^="glyphicon-"]::before       { vertical-align: -2px; }
-.btn-small [class^="glyphicon-"]::before,
-.btn-mini [class^="glyphicon-"]::before  { vertical-align: -1px; }
-
+// TODO: figure this shit out
 
 // Block button
 // -------------------------