diff options
| author | syed <[email protected]> | 2013-07-28 17:32:08 +0500 |
|---|---|---|
| committer | syed <[email protected]> | 2013-07-28 17:32:08 +0500 |
| commit | 1aedb7862ccf93bb983652bc24c11cc9f01699d3 (patch) | |
| tree | 36fbfef4fccd56db65c724a110480a5005a244a8 /less/close.less | |
| parent | c947ab1c9aae66e0ea11288bf21c4a129d6d0c02 (diff) | |
| download | bootstrap-1aedb7862ccf93bb983652bc24c11cc9f01699d3.tar.xz bootstrap-1aedb7862ccf93bb983652bc24c11cc9f01699d3.zip | |
move things around
Moved alerts, badges, button groups, buttons, carousel, close to
variables.less and customize.html
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 f915667e5..a2936ec2f 100644 --- a/less/close.less +++ b/less/close.less @@ -6,8 +6,8 @@ .close { float: right; font-size: (@font-size-base * 1.5); - font-weight: bold; - line-height: 1; + font-weight: @close-font-weight; + line-height: @close-line-height; color: @close-color; text-shadow: @close-text-shadow; .opacity(.2); |
