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:
authorMark Otto <otto@github.com>2013-03-01 07:46:49 +0400
committerMark Otto <otto@github.com>2013-03-01 07:46:49 +0400
commitb19eb88b5abb7fd9dfc3aacc7ac3d296e1e98861 (patch)
tree39f8536e1fe332aea1b70392454fcf14d74902df /less/close.less
parent0dea8b0c7473c1db4aea7accfd0a68cbf09b9576 (diff)
Fixes #6935: Use standard decimal points for .opacity() mixin
Diffstat (limited to 'less/close.less')
-rw-r--r--less/close.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/close.less b/less/close.less
index de6560ec1f..2bfe9c40ff 100644
--- a/less/close.less
+++ b/less/close.less
@@ -10,13 +10,13 @@
line-height: @line-height-base;
color: #000;
text-shadow: 0 1px 0 rgba(255,255,255,1);
- .opacity(20);
+ .opacity(.2);
&:hover,
&:focus {
color: #000;
text-decoration: none;
cursor: pointer;
- .opacity(50);
+ .opacity(.5);
}
}