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
commit 0bc73cf9f8

View file

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