mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15086] Move RTL Font Awesome icon to icons.css
Per github discussion, move the RTL Font Awesome coding from bidi.css to icons.css. PHPBB3-15086
This commit is contained in:
@@ -505,12 +505,6 @@ li.breadcrumbs span:first-child > a {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.rtl blockquote cite:before, .uncited:before {
|
||||
padding-right: 0;
|
||||
padding-left: 5px;
|
||||
content: '\f10e'; /* Font Awesome quote-right */
|
||||
}
|
||||
|
||||
.rtl blockquote .codebox {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
@@ -102,3 +102,9 @@ blockquote cite:before, .uncited:before {
|
||||
content: '\f10d'; /* Font Awesome quote-left */
|
||||
}
|
||||
|
||||
.rtl blockquote cite:before, .rtl .uncited:before {
|
||||
padding-right: 0;
|
||||
padding-left: 5px;
|
||||
content: '\f10e'; /* Font Awesome quote-right */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user