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>2012-12-20 10:02:57 +0400
committerMark Otto <otto@github.com>2012-12-20 10:02:57 +0400
commit7449e2e5a18d3f5d3c0ef76b0960f70b77fb47e8 (patch)
tree6631080e8d9aba8901617a21bf9ac3fde13a826f /less/close.less
parent65edc9cd6e453a7bf30ccbd6a57b3ea340e21907 (diff)
Remove @black and just use #000
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 24689fd9d0..d0403f93ed 100644
--- a/less/close.less
+++ b/less/close.less
@@ -8,11 +8,11 @@
font-size: 20px;
font-weight: bold;
line-height: @line-height-base;
- color: @black;
+ color: #000;
text-shadow: 0 1px 0 rgba(255,255,255,1);
.opacity(20);
&:hover {
- color: @black;
+ color: #000;
text-decoration: none;
cursor: pointer;
.opacity(40);