2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Use @font-size-... variables instead of hardcoded font-size in px

This commit is contained in:
DarDar
2013-04-24 00:41:06 +02:00
parent c63b793a0d
commit 9cd3a92713
9 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -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);