1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 14:57:37 +02:00

Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/12551] Float breadcrumbs to the right in RTL languages.
This commit is contained in:
Joas Schilling
2014-05-23 00:46:03 +02:00

View File

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