1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 16:22:58 +02:00

Merge branch '3.3.x'

This commit is contained in:
mrgoldy
2020-05-02 22:49:54 +02:00
34 changed files with 9386 additions and 2694 deletions

View File

@@ -371,7 +371,7 @@ a.header-avatar img {
}
a.header-avatar span:after {
font: normal normal normal 14px/1 FontAwesome;
font: normal normal bold 14px/1 "Font Awesome 5 Free";
vertical-align: top;
display: inline-block;
padding-top: 2px;

View File

@@ -13,9 +13,9 @@
.button .icon,
blockquote cite:before,
.uncited:before {
font-family: FontAwesome;
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
font-size: 14px;
font-weight: normal;
font-weight: 900;
font-style: normal;
font-variant: normal;
line-height: 1;
@@ -27,11 +27,7 @@ blockquote cite:before,
text-rendering: auto; /* optimizelegibility throws things off #1094 */
}
.icon:before {
padding-right: 2px;
}
.button .icon:before {
.button .icon {
padding-right: 0;
}