1
0

New iconfont build.

Includes new icons for Spamblock Bayes plugin.

References #247
This commit is contained in:
Matthias Mees
2015-01-02 18:35:26 +01:00
parent 2944725b69
commit c348799a44
5 changed files with 7 additions and 5 deletions

View File

@ -354,11 +354,11 @@ nav ol {
/* ICON FONT: http://fortawesome.github.com/Font-Awesome/ */
@font-face {
font-family: 'fontello';
src: url('{TEMPLATE_PATH}font/fontello.eot?15447007');
src: url('{TEMPLATE_PATH}font/fontello.eot?15447007#iefix') format('embedded-opentype'),
url('{TEMPLATE_PATH}font/fontello.woff?15447007') format('woff'),
url('{TEMPLATE_PATH}font/fontello.ttf?15447007') format('truetype'),
url('{TEMPLATE_PATH}font/fontello.svg?15447007#fontello') format('svg');
src: url('{TEMPLATE_PATH}font/fontello.eot?35316753');
src: url('{TEMPLATE_PATH}font/fontello.eot?35316753#iefix') format('embedded-opentype'),
url('{TEMPLATE_PATH}font/fontello.woff?35316753') format('woff'),
url('{TEMPLATE_PATH}font/fontello.ttf?35316753') format('truetype'),
url('{TEMPLATE_PATH}font/fontello.svg?35316753#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@ -422,6 +422,7 @@ nav ol {
.icon-left-dir:before { content: '\e827'; }
.icon-right-dir:before { content: '\e828'; }
.icon-th-list:before { content: '\e829'; }
.icon-block:before { content: '\e82a'; }
/* BACKEND HELPER CLASSES */