diff options
| author | tobz <[email protected]> | 2012-08-15 10:38:59 -0300 |
|---|---|---|
| committer | tobz <[email protected]> | 2012-08-15 10:38:59 -0300 |
| commit | 27e9214e056b1f4e833adc92fe7afe2e75f53cb2 (patch) | |
| tree | 4b21ef6ce125969dc287d26bb3d004427e7a053e /less | |
| parent | ddefdbf31f8fcf9088d1ca59346bc42118bd991e (diff) | |
| download | bootstrap-27e9214e056b1f4e833adc92fe7afe2e75f53cb2.tar.xz bootstrap-27e9214e056b1f4e833adc92fe7afe2e75f53cb2.zip | |
Removed pixel designation from a zeroed-out property.
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less index d78065294..872b5aec1 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -89,7 +89,7 @@ line-height: @baseLineHeight - 2px; } .btn-small [class^="icon-"] { - margin-top: 0px; + margin-top: 0; } // Mini |
