Merge pull request #280 from Abawell/develop

Fix regression
This commit is contained in:
Samuel Denis-D'Ortun 2016-04-30 19:15:05 -04:00
commit 4e954e594d
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ table {
-moz-border-radius-bottomleft:0;
border-bottom-left-radius:0;
}
.rtl .table th,.table td{
.rtl .table th, .rtl .table td {
text-align:right;
}
.rtl .dropdown-menu{