diff options
| author | Mark Otto <[email protected]> | 2013-02-26 00:44:15 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-26 00:44:15 -0800 |
| commit | e2e5580c0ebbc333590a685693dcaa6d97ef18e7 (patch) | |
| tree | 8bd5e386124b50970fc657a8f982ed3b685c2076 /less/buttons.less | |
| parent | 5b3b11c02a107573e6ff3e7a8da907792f6716f8 (diff) | |
| download | bootstrap-e2e5580c0ebbc333590a685693dcaa6d97ef18e7.tar.xz bootstrap-e2e5580c0ebbc333590a685693dcaa6d97ef18e7.zip | |
nuke glyphicons changes in buttons for now because it's whack
Diffstat (limited to 'less/buttons.less')
| -rw-r--r-- | less/buttons.less | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/less/buttons.less b/less/buttons.less index 4b278383f..3d7127212 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -64,10 +64,6 @@ font-size: @font-size-small; border-radius: @border-radius-small; } -.btn-mini [class^="icon-"], -.btn-mini [class*=" icon-"] { - margin-top: -1px; -} // Mini .btn-mini { @@ -80,10 +76,7 @@ // 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 // ------------------------- |
