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/close.less
parenta3ec868ac278fb4ec29b21b662f1fd417ac16f2a (diff)
lots of property ordering
Diffstat (limited to 'less/close.less')
-rw-r--r--less/close.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/close.less b/less/close.less
index b3dd894f2e..e264fca2d9 100644
--- a/less/close.less
+++ b/less/close.less
@@ -12,8 +12,8 @@
&:hover {
color: @black;
text-decoration: none;
- .opacity(40);
cursor: pointer;
+ .opacity(40);
}
}