2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

move things around

Moved alerts, badges, button groups, buttons, carousel, close to
variables.less and customize.html
This commit is contained in:
syed
2013-07-28 17:32:08 +05:00
parent c947ab1c9a
commit 1aedb7862c
8 changed files with 1489 additions and 1433 deletions
+2 -2
View File
@@ -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);