Commit e2e5580c authored by Mark Otto's avatar Mark Otto
Browse files

nuke glyphicons changes in buttons for now because it's whack

parent 5b3b11c0
Showing with 1 addition and 22 deletions
+1 -22
...@@ -1690,26 +1690,12 @@ fieldset[disabled] .btn { ...@@ -1690,26 +1690,12 @@ fieldset[disabled] .btn {
border-radius: 3px; border-radius: 3px;
} }
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
margin-top: -1px;
}
.btn-mini { .btn-mini {
padding: 0 6px; padding: 0 6px;
font-size: 10.5px; font-size: 10.5px;
border-radius: 3px; 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 { .btn-block {
display: block; display: block;
width: 100%; width: 100%;
......
...@@ -64,10 +64,6 @@ ...@@ -64,10 +64,6 @@
font-size: @font-size-small; font-size: @font-size-small;
border-radius: @border-radius-small; border-radius: @border-radius-small;
} }
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
margin-top: -1px;
}
// Mini // Mini
.btn-mini { .btn-mini {
...@@ -80,10 +76,7 @@ ...@@ -80,10 +76,7 @@
// Icons in buttons // Icons in buttons
// ------------------------- // -------------------------
.btn [class^="glyphicon-"]::before { vertical-align: -2px; } // TODO: figure this shit out
.btn-small [class^="glyphicon-"]::before,
.btn-mini [class^="glyphicon-"]::before { vertical-align: -1px; }
// Block button // Block button
// ------------------------- // -------------------------
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment