diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-02-14 13:41:29 -0500 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-02-14 13:41:29 -0500 |
commit | 519243e6a50117826a815dd60374f6fc753dc843 (patch) | |
tree | e6e851b370492dd5b02c86c8602f65c6f6c7ca09 /themes | |
parent | b142f095bd31ba57552c102f39f1605d9c0b2d24 (diff) | |
download | brdo-519243e6a50117826a815dd60374f6fc753dc843.tar.gz brdo-519243e6a50117826a815dd60374f6fc753dc843.tar.bz2 |
Issue #1320028 by isay, Albert Volkman: Fixed bartik style-rtl.css have not overide text align to rigth for tr td, tr th tags.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bartik/css/style-rtl.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/bartik/css/style-rtl.css b/themes/bartik/css/style-rtl.css index 1a6b17b11..3bb02ca2e 100644 --- a/themes/bartik/css/style-rtl.css +++ b/themes/bartik/css/style-rtl.css @@ -16,6 +16,10 @@ blockquote:before { blockquote:after { content: "\201C"; } +tr td, +tr th { + text-align: right; +} /* ------------------ List Styles ------------------ */ |