mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +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 {
|
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 {
|
blockquote cite > div {
|
||||||
|
Reference in New Issue
Block a user