uBlock/css/common.css
Mikey1993 2c2e75e605 Hebrew language should appear properly. fixed #165
A fix  for #165.
Hebrew (rtl language) should now look as it should in the dashboard
menu.
2014-08-23 00:25:56 +03:00

17 lines
No EOL
381 B
CSS

@font-face {
font-family: 'FontAwesome';
src: url('fonts/fontawesome-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.fa {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
vertical-align: baseline;
display: inline-block;
}
#dashboard-nav-widgets {
direction: __MSG_@@bidi_dir__;
}