diff options
| author | Matt Friedman <maf675@gmail.com> | 2013-02-27 20:18:41 -0800 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2013-02-27 20:18:41 -0800 |
| commit | 18d85bfc118dc5a38867b2132ae9c78f7d18bbbf (patch) | |
| tree | a5303f7289085def9b31ade12310905036b0cbe0 | |
| parent | 337b958171c756033a42f88a183b87e893fc2940 (diff) | |
| download | forums-18d85bfc118dc5a38867b2132ae9c78f7d18bbbf.tar forums-18d85bfc118dc5a38867b2132ae9c78f7d18bbbf.tar.gz forums-18d85bfc118dc5a38867b2132ae9c78f7d18bbbf.tar.bz2 forums-18d85bfc118dc5a38867b2132ae9c78f7d18bbbf.tar.xz forums-18d85bfc118dc5a38867b2132ae9c78f7d18bbbf.zip | |
[ticket/11103] Remove padding from notifications for now.
PHPBB3-11103
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index b94eef7aad..f238858b8b 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -157,7 +157,7 @@ {notifications.AVATAR} <div> <p>{notifications.FORMATTED_TITLE}</p> - <p class="notification_time">» {notifications.TIME}</p> + <p>» {notifications.TIME}</p> <!-- IF not notifications.URL and notifications.U_MARK_READ --> <p><a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a></p> diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 4f75a8b85b..1684f0f7fc 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -734,10 +734,6 @@ p.rules a { word-wrap: break-word; } -.notification_list ul li p.notification_time { - padding-top: 8px; -} - .notification_list ul.topiclist dt { width: 88%; } |
