diff options
| author | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-04-26 17:23:01 +0200 |
|---|---|---|
| committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-05-03 16:07:07 +0200 |
| commit | 3f0334c107cef7128f9a105fc93bda14453b2a46 (patch) | |
| tree | 3e8e77bfa825dd36191cde409af3dbe38ead5e4b /phpBB/styles/prosilver/theme/content.css | |
| parent | 590e1cacbd8aaf4fe4f01354e7da786b3b239703 (diff) | |
| download | forums-3f0334c107cef7128f9a105fc93bda14453b2a46.tar forums-3f0334c107cef7128f9a105fc93bda14453b2a46.tar.gz forums-3f0334c107cef7128f9a105fc93bda14453b2a46.tar.bz2 forums-3f0334c107cef7128f9a105fc93bda14453b2a46.tar.xz forums-3f0334c107cef7128f9a105fc93bda14453b2a46.zip | |
[ticket/12185] Fix and increase width
PHPBB3-12185
Diffstat (limited to 'phpBB/styles/prosilver/theme/content.css')
| -rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 65d69acdc4..d0e073591b 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -32,7 +32,7 @@ ul.topiclist dt, ul.topiclist dd { ul.topiclist dt { width: 100%; - margin-right: -430px; + margin-right: -440px; font-size: 1.1em; } @@ -49,7 +49,7 @@ ul.topiclist.two-columns dt { } ul.topiclist dt .list-inner { - margin-right: 410px; + margin-right: 440px; padding-left: 5px; padding-right: 5px; } @@ -119,11 +119,11 @@ li.header dt, li.header dd { li.header dt { font-weight: bold; width: 100%; - margin-right: -430px; + margin-right: -440px; } li.header dt .list-inner { - margin-right: 410px; + margin-right: 440px; } li.header dd { @@ -181,8 +181,8 @@ dd.posts, dd.topics, dd.views, dd.extra, dd.mark { font-size: 1.2em; } -dd.topics { - width: 100px; +dd.posts, dd.topics, dd.views { + width: 95px; } /* List in forum description */ |
