diff options
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 5 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/theme/stylesheet.css | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 7f9431770a..aa1a64455f 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -727,11 +727,6 @@ p.rules a { margin-right: 5px; } -#notification_list ul li div { - width: 240px; - float: left; -} - .notification_list ul li p { margin: 0; word-wrap: break-word; diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index c411edd367..0f8f9f0367 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -1156,7 +1156,7 @@ a.imageset { } #notification_list .notification_title { - width: 240px; + padding: 5px; } #notification_list .header { |