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

revert bart's mixin fix

This commit is contained in:
Mark Otto
2012-03-25 12:42:47 -07:00
parent b81a082cd1
commit a5552a1d70
7 changed files with 54 additions and 50 deletions
-1
View File
@@ -73,7 +73,6 @@
// Vertically center the text given @navbarHeight
@elementHeight: 20px;
padding: ((@navbarHeight - @elementHeight) / 2 - 2) 20px ((@navbarHeight - @elementHeight) / 2 + 2);
margin-left: -20px; // negative indent to left-align the text down the page
font-size: 20px;
font-weight: 200;