Fixing RTL

This commit is contained in:
Nicholas Mayne
2014-08-12 20:46:36 +01:00
parent 52a04b3445
commit 3d4c0fb53d

View File

@@ -1258,7 +1258,7 @@ html.dir-rtl {
}
/* Tables still need 'cellspacing="0"' in the markup */
caption, th, td { text-align: right; }
.dir-rtl caption, .dir-rtl th, .dir-rtl td { text-align: right; }
/* end: reset */