aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/theme/bidi.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css
index 561bba0717..18cb5fe558 100644
--- a/phpBB/styles/prosilver/theme/bidi.css
+++ b/phpBB/styles/prosilver/theme/bidi.css
@@ -234,9 +234,29 @@
padding-right: 15px;
}
+.rtl .skiplink {
+ /* invisible skip link, used for accessibility */
+ position: relative;
+ width: 1px;
+ height: 1px;
+ overflow: hidden;
+ display: block;
+ left: 0;
+}
+
/**
* content.css
*/
+.rtl ul.topiclist dfn {
+ /* Labels for post/view counts */
+ position: relative;
+ width: 1px;
+ height: 1px;
+ overflow: hidden;
+ display: block;
+ left: 0;
+}
+
.rtl ul.topiclist dt {
float: right;
}