diff options
| author | DarDar <[email protected]> | 2013-04-24 00:41:06 +0200 |
|---|---|---|
| committer | DarDar <[email protected]> | 2013-05-02 08:05:00 +0200 |
| commit | 9cd3a92713bb8e2b78ea6496f69ee14ce1e46b3f (patch) | |
| tree | d8fe30a0dd55138abcc4eb417c7ab2f2f97bc3da /less/close.less | |
| parent | c63b793a0d0f7cd223dc988c2429f5f6c878a8b6 (diff) | |
| download | bootstrap-9cd3a92713bb8e2b78ea6496f69ee14ce1e46b3f.tar.xz bootstrap-9cd3a92713bb8e2b78ea6496f69ee14ce1e46b3f.zip | |
Use @font-size-... variables instead of hardcoded font-size in px
Diffstat (limited to 'less/close.less')
| -rw-r--r-- | less/close.less | 4 |
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); |
