use lineheight instead of padding and height

remotes/origin/stable6
Bernhard Posselt 2013-09-13 15:53:03 +07:00
parent d5ddbfb045
commit 5633291cef
1 changed files with 2 additions and 2 deletions

@ -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;