1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 20:11:54 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2017-04-27 09:36:14 -04:00
4 changed files with 17 additions and 12 deletions

View File

@@ -535,7 +535,6 @@ li.breadcrumbs span:first-child > a {
/* Quote block */
.rtl blockquote {
background-position: 99% 8px;
margin: 0.5em 25px 0 1px;
}
@@ -546,10 +545,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;
}