aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-05-15 11:35:01 -0700
committerCesar G <prototech91@gmail.com>2014-05-15 11:36:48 -0700
commite2f2cc89027167846b7873db966b1ac2b5c987e8 (patch)
tree7e59576f22cdb9f8884ac24b923ea1acdd6685e0 /phpBB
parentbec9b7c34e63c7485477fa1edc2f6330889cc699 (diff)
downloadforums-e2f2cc89027167846b7873db966b1ac2b5c987e8.tar
forums-e2f2cc89027167846b7873db966b1ac2b5c987e8.tar.gz
forums-e2f2cc89027167846b7873db966b1ac2b5c987e8.tar.bz2
forums-e2f2cc89027167846b7873db966b1ac2b5c987e8.tar.xz
forums-e2f2cc89027167846b7873db966b1ac2b5c987e8.zip
[ticket/12549] Hide topic/forum list <dfn> tags in RTL languages.
PHPBB3-12549
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/bidi.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css
index 0d5e1cf829..6ec3c139ed 100644
--- a/phpBB/styles/prosilver/theme/bidi.css
+++ b/phpBB/styles/prosilver/theme/bidi.css
@@ -338,6 +338,11 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
border-left: none;
}
+.rtl ul.topiclist dfn {
+ left: auto;
+ right: -999px;
+}
+
.rtl ul.topiclist li.row dt a.subforum {
padding-right: 12px;
background-position: right;