diff options
| author | Thomas Welton <[email protected]> | 2013-08-22 10:28:54 +0100 |
|---|---|---|
| committer | Thomas Welton <[email protected]> | 2013-08-22 10:30:18 +0100 |
| commit | 31ab249809216291499f28af35826c2a5dfa814e (patch) | |
| tree | cba99c54aa2105a73ea9444d3c7d94e65623ddd2 | |
| parent | 8663b75c4d28bde0992e07b1caa666658bb64004 (diff) | |
| download | bootstrap-31ab249809216291499f28af35826c2a5dfa814e.tar.xz bootstrap-31ab249809216291499f28af35826c2a5dfa814e.zip | |
Removed glyphicon-block instead target :empty .glyphicons
| -rw-r--r-- | less/glyphicons.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/glyphicons.less b/less/glyphicons.less index 82915ce69..7b66e6ba1 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -27,10 +27,10 @@ font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -} -.glyphicon-block{ - width: 1em; + &:empty{ + width: 1em; + } } // Individual icons |
