mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15086] Handle the uncited case properly
The blockquote uncited CSS needs the Font Awesome icon added as well PHPBB3-15086
This commit is contained in:
@@ -483,7 +483,14 @@ blockquote cite cite {
|
||||
}
|
||||
|
||||
blockquote.uncited {
|
||||
padding-top: 25px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
blockquote.uncited:before {
|
||||
/* Font Awesome quote-left */
|
||||
content: '\f10d';
|
||||
font-family: FontAwesome;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
blockquote cite > div {
|
||||
|
Reference in New Issue
Block a user