diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-07-16 20:11:28 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-07-16 20:11:28 +0300 |
commit | 0759b606c25a6ae38ab4c7eb35ebcc2b01e3f5eb (patch) | |
tree | 589e655b27a64714894c6fcdd7172ad06a6550fc /phpBB/styles | |
parent | 1891e24ea6f5b8d5944535479182e70119b2979f (diff) | |
download | forums-0759b606c25a6ae38ab4c7eb35ebcc2b01e3f5eb.tar forums-0759b606c25a6ae38ab4c7eb35ebcc2b01e3f5eb.tar.gz forums-0759b606c25a6ae38ab4c7eb35ebcc2b01e3f5eb.tar.bz2 forums-0759b606c25a6ae38ab4c7eb35ebcc2b01e3f5eb.tar.xz forums-0759b606c25a6ae38ab4c7eb35ebcc2b01e3f5eb.zip |
[ticket/11708] Fix bulletin points in notifications
PHPBB3-11708
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index e58386de45..a2b8034187 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -758,6 +758,10 @@ p.rules a { clear: both; } +#notification_list ul li:before, #notification_list ul li:after { + display: none; +} + #notification_list > .header { padding: 0 10px; font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif; |