diff options
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index c98a874254..2affe2a89d 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -49,8 +49,10 @@ ul.topiclist dfn { ul.topiclist li.row dt a.subforum { background-image: none; - background-position: 0pt 50%; + background-position: 0 50%; background-repeat: no-repeat; + position: relative; + white-space: nowrap; padding: 0 0 0 12px; } |