1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 20:33:16 +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:
nomind60s
2017-02-23 08:44:56 -07:00
parent 9b4d455726
commit f78ba39a1c
3 changed files with 17 additions and 7 deletions

View File

@@ -409,14 +409,9 @@ dl.faq dt {
/* Quote block */
blockquote {
background-color: #EBEADD;
background-image: url("./images/quote.gif");
border-color:#DBDBCE;
}
.rtl blockquote {
background-image: url("./images/quote_rtl.gif");
}
blockquote blockquote {
/* Nested quotes */
background-color:#EFEED9;