diff options
| author | Matt Friedman <maf675@gmail.com> | 2013-10-16 17:21:22 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2013-10-16 17:21:22 -0700 |
| commit | cc884be593ecd155da6d42064624ddf55b98cd81 (patch) | |
| tree | e5385907405aa02bfb77d9ff1cb49528de5813b9 /phpBB/styles/prosilver/template/overall_header.html | |
| parent | 852b707b48cef513318d52db1d2a5f40621636d6 (diff) | |
| download | forums-cc884be593ecd155da6d42064624ddf55b98cd81.tar forums-cc884be593ecd155da6d42064624ddf55b98cd81.tar.gz forums-cc884be593ecd155da6d42064624ddf55b98cd81.tar.bz2 forums-cc884be593ecd155da6d42064624ddf55b98cd81.tar.xz forums-cc884be593ecd155da6d42064624ddf55b98cd81.zip | |
[ticket/11936] Fix Avatar overflow issue in Notification window
PHPBB3-11936
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index f2f47332d7..d9c5df73ac 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -116,7 +116,7 @@ <li class="<!-- IF notifications.UNREAD --> bg2<!-- ENDIF -->"> <!-- IF notifications.URL --><a href="<!-- IF notifications.UNREAD -->{notifications.U_MARK_READ}<!-- ELSE -->{notifications.URL}<!-- ENDIF -->"><!-- ENDIF --> {notifications.AVATAR} - <div> + <div class="notification_text"> <p>{notifications.FORMATTED_TITLE}</p> <p>» {notifications.TIME}</p> |
