aboutsummaryrefslogtreecommitdiff
path: root/less/close.less
diff options
context:
space:
mode:
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 6a4fece3a..e879da4d6 100644
--- a/less/close.less
+++ b/less/close.less
@@ -5,9 +5,9 @@
.close {
float: right;
- font-size: 20px;
+ font-size: (@font-size-base * 1.5);
font-weight: bold;
- line-height: @line-height-base;
+ line-height: 1;
color: #000;
text-shadow: 0 1px 0 rgba(255,255,255,1);
.opacity(.2);