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:
authorDarDar <dar.quonb@gmail.com>2013-04-24 02:41:06 +0400
committerDarDar <dar.quonb@gmail.com>2013-05-02 10:05:00 +0400
commit9cd3a92713bb8e2b78ea6496f69ee14ce1e46b3f (patch)
treed8fe30a0dd55138abcc4eb417c7ab2f2f97bc3da /less/close.less
parentc63b793a0d0f7cd223dc988c2429f5f6c878a8b6 (diff)
Use @font-size-... variables instead of hardcoded font-size in px
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 6a4fece3a3..e879da4d62 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);