diff options
author | Cesar G <prototech91@gmail.com> | 2013-11-08 20:22:45 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-01-17 19:19:22 -0800 |
commit | 68eef83a8e3469d9281c6d2161d974d8d4ef33ed (patch) | |
tree | 87d96c5eb1bf9675d88d460ab865b966e5e967bf /phpBB | |
parent | 6b746ef0299848d07e2a46bfd1ff2cdc851df436 (diff) | |
download | forums-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.css | 10 |
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; |