1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-18 21:39:52 +02:00

[ticket/12551] Float breadcrumbs to the right in RTL languages.

PHPBB3-12551
This commit is contained in:
Cesar G 2014-05-15 11:30:01 -07:00
parent bec9b7c34e
commit 4eb1294a27

View File

@ -112,6 +112,12 @@
padding-right: 10px;
}
/* Responsive breadcrumbs
----------------------------------------*/
.rtl .breadcrumbs .crumb {
float: right;
}
/* Table styles
----------------------------------------*/
.rtl table.table1 thead th {