aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-11-08 20:22:45 -0800
committerCesar G <prototech91@gmail.com>2014-01-17 19:19:22 -0800
commit68eef83a8e3469d9281c6d2161d974d8d4ef33ed (patch)
tree87d96c5eb1bf9675d88d460ab865b966e5e967bf /phpBB
parent6b746ef0299848d07e2a46bfd1ff2cdc851df436 (diff)
downloadforums-68eef83a8e3469d9281c6d2161d974d8d4ef33ed.tar
forums-68eef83a8e3469d9281c6d2161d974d8d4ef33ed.tar.gz
forums-68eef83a8e3469d9281c6d2161d974d8d4ef33ed.tar.bz2
forums-68eef83a8e3469d9281c6d2161d974d8d4ef33ed.tar.xz
forums-68eef83a8e3469d9281c6d2161d974d8d4ef33ed.zip
[ticket/12011] Prevent the <dfn> 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
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/bidi.css10
1 files changed, 0 insertions, 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;