Browse Source

fixes baseline for flat theme

pull/13/head
Jack Lukic 11 years ago
parent
commit
c89cb9c0f3
1 changed files with 1 additions and 1 deletions
  1. 2
      src/ui/flat/icons.css

2
src/ui/flat/icons.css

@ -30,7 +30,7 @@ i.icon {
text-align: center; text-align: center;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
vertical-align: middle;
vertical-align: baseline;
} }
i.icon:before { i.icon:before {
font-family: 'Icons'; font-family: 'Icons';

Loading…
Cancel
Save