1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 12:53:37 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2017-04-27 09:36:14 -04:00
4 changed files with 17 additions and 12 deletions

View File

@@ -10,7 +10,8 @@
* the font you wish to use.
*/
.icon,
.button .icon {
.button .icon,
blockquote cite:before, .uncited:before {
font-family: FontAwesome;
font-size: 14px;
font-weight: normal;
@@ -91,3 +92,12 @@
height: 12px;
padding: 0;
}
blockquote cite:before, .uncited:before {
content: '\f10d'; /* Font Awesome quote-left */
}
.rtl blockquote cite:before, .rtl .uncited:before {
content: '\f10e'; /* Font Awesome quote-right */
}