mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00: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
1 changed files with 8 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue