mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-22 08:30:26 +01: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:
parent
92fefcfe6f
commit
4113fba04d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user