use lineheight instead of padding and height

This commit is contained in:
Bernhard Posselt 2013-09-13 15:53:03 +02:00
parent d5ddbfb045
commit 5633291cef

View File

@ -50,8 +50,8 @@
#app-navigation li > a {
display: block;
width: 100%;
height: 44px;
padding: 12px;
line-height: 44px;
padding: 0 12px;
overflow: hidden;
-moz-box-sizing: border-box; box-sizing: border-box;
white-space: nowrap;