mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-01 04:22:11 +02:00
[ticket/15086] Replace quote.gif with Font Awesome icon
Use the Font Awesome icon for a quote rather than the quote.gif file. I believe I've handled the RTL case as well. PHPBB3-15086
This commit is contained in:
@@ -466,11 +466,18 @@ blockquote cite {
|
||||
/* Username/source of quoter */
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
margin-left: 20px;
|
||||
margin-left: 0px;
|
||||
display: block;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
blockquote cite:before {
|
||||
/* Font Awesome quote-left */
|
||||
content: '\f10d';
|
||||
font-family: FontAwesome;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
blockquote cite cite {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user