Fix font-family of the page num indicators.

This commit is contained in:
Mayhem 2013-11-16 15:27:39 +01:00
parent b72b69d9a3
commit 752e6a8747

View File

@ -391,6 +391,12 @@ a[href="javascript:;"] {
#index-search:not([data-searching]) + #index-search-clear {
display: none;
}
.page-num {
font-family: inherit;
}
.page-num::before {
font-family: FontAwesome;
}
.summary {
text-decoration: none;
}