diff options
author | Cesar G <prototech91@gmail.com> | 2014-06-13 12:25:00 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-06-14 09:54:17 -0700 |
commit | 661c9f1f73310402f26ef9c246f9558e1669cfa9 (patch) | |
tree | c1db2a2982e0598812730573735aa9def84cb1f7 | |
parent | 925c4dc7393bc595dadf1063141180e93eabc4ca (diff) | |
download | forums-661c9f1f73310402f26ef9c246f9558e1669cfa9.tar forums-661c9f1f73310402f26ef9c246f9558e1669cfa9.tar.gz forums-661c9f1f73310402f26ef9c246f9558e1669cfa9.tar.bz2 forums-661c9f1f73310402f26ef9c246f9558e1669cfa9.tar.xz forums-661c9f1f73310402f26ef9c246f9558e1669cfa9.zip |
[ticket/12553] Fix the merge topic list.
PHPBB3-12553
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index 24f66f78e9..16b272fae8 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -300,7 +300,7 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a { .rtl ul.topiclist.missing-column dt { margin-right: 0; - margin-left: -330px; + margin-left: -345px; } .rtl ul.topiclist.two-long-columns dt { |