1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 04:22:11 +02:00

Merge pull request #4710 from nomind60s/ticket/15086

[ticket/15086] Replace quote.gif with Font Awesome icon
This commit is contained in:
Marc Alexander
2017-04-26 20:04:58 -04:00
4 changed files with 16 additions and 12 deletions

View File

@@ -501,7 +501,6 @@ li.breadcrumbs span:first-child > a {
/* Quote block */
.rtl blockquote {
margin: 0.5em 25px 0 1px;
background-position: 99% 8px;
}
.rtl blockquote blockquote {
@@ -511,10 +510,13 @@ li.breadcrumbs span:first-child > a {
.rtl blockquote cite {
/* Username/source of quoter */
margin-right: 20px;
margin-left: 0;
}
.rtl blockquote cite:before, .rtl .uncited:before {
padding-left: 5px;
}
.rtl blockquote .codebox {
margin-right: 0;
}