mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-13 10:17:34 +01:00
2c2e75e605
A fix for #165. Hebrew (rtl language) should now look as it should in the dashboard menu.
17 lines
No EOL
381 B
CSS
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__;
|
|
} |