2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Remove the handful of rem font-sizes

This commit is contained in:
Mark Otto
2013-03-31 11:26:13 -07:00
parent b96ab36d38
commit fc16e37aaa
4 changed files with 7 additions and 10 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ p {
}
.lead {
margin-bottom: @line-height-base;
.font-size((@font-size-base * 1.5));
font-size: (@font-size-base * 1.5);
font-weight: 200;
line-height: 1.3;
line-height: 1.4;
}