mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-09 15:50:45 +02:00
[ticket/16552] Roll back to FontAwesome 4.7
PHPBB3-16552
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
*/
|
||||
.icon, .button .icon, blockquote cite:before, .uncited:before {
|
||||
display: inline-block;
|
||||
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
|
||||
font-weight: 900;
|
||||
font-family: FontAwesome;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-size: 14px;
|
||||
@@ -22,9 +22,9 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon { padding-right: 2px; }
|
||||
.icon:before { padding-right: 2px; }
|
||||
|
||||
.button .icon {
|
||||
.button .icon:before {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user