2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Merge pull request #7670 from DarDar/3.0.0-wip

Use @font-size-... variables instead of hardcoded font-size in px
This commit is contained in:
Mark Otto
2013-05-03 15:05:29 -07:00
9 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
margin-left: auto;
margin-right: auto;
padding: 15px;
font-size: 18px;
font-size: @font-size-large;
font-weight: 500;
line-height: @line-height-base;
color: @navbar-brand-color;