From 68eef83a8e3469d9281c6d2161d974d8d4ef33ed Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 8 Nov 2013 20:22:45 -0800 Subject: [PATCH] [ticket/12011] Prevent the from bumping the unapproved icon to second line A RTL rule is not needed for this since the content is just moved out of view. PHPBB3-12011 --- phpBB/styles/prosilver/theme/bidi.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index 25430bb17a..c2eb572ec8 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -286,16 +286,6 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a { /** * 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, .rtl li.header dt { float: right; margin-right: 0;