Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-04-17 03:34:08 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-17 03:34:08 +0400
commit2881269e16be1beb007633501496d6a8e8924b4b (patch)
tree74cc8785b4648817162038526b5c6abebf19be67 /less/sprites.less
parenta3ec868ac278fb4ec29b21b662f1fd417ac16f2a (diff)
lots of property ordering
Diffstat (limited to 'less/sprites.less')
-rw-r--r--less/sprites.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/sprites.less b/less/sprites.less
index aafe86933a..72a3a916b6 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}");