1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-29 18:50:25 +02:00

Merge pull request #2467 from prototech/ticket/12551

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

* prototech/ticket/12551:
  [ticket/12551] Float breadcrumbs to the right in RTL languages.
This commit is contained in:
Joas Schilling 2014-05-23 00:45:35 +02:00
commit adf5daa1c7

View File

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