diff options
| author | Jacob Thornton <[email protected]> | 2012-04-16 16:34:08 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-16 16:34:08 -0700 |
| commit | 2881269e16be1beb007633501496d6a8e8924b4b (patch) | |
| tree | 74cc8785b4648817162038526b5c6abebf19be67 /less/sprites.less | |
| parent | a3ec868ac278fb4ec29b21b662f1fd417ac16f2a (diff) | |
| download | bootstrap-2881269e16be1beb007633501496d6a8e8924b4b.tar.xz bootstrap-2881269e16be1beb007633501496d6a8e8924b4b.zip | |
lots of property ordering
Diffstat (limited to 'less/sprites.less')
| -rw-r--r-- | less/sprites.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/sprites.less b/less/sprites.less index aafe86933..72a3a916b 100644 --- a/less/sprites.less +++ b/less/sprites.less @@ -19,13 +19,13 @@ display: inline-block; width: 14px; height: 14px; + .ie7-restore-right-whitespace(); line-height: 14px; vertical-align: text-top; background-image: url("@{iconSpritePath}"); background-position: 14px 14px; background-repeat: no-repeat; - .ie7-restore-right-whitespace(); } .icon-white { background-image: url("@{iconWhiteSpritePath}"); |
