diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-23 15:21:07 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-24 18:36:17 +0300 |
commit | c2f5ab3c6bdafff7fef982ee3dc414c452073c61 (patch) | |
tree | 00361df445faf1b2eb70a074b9f278e48fddcb43 /phpBB/styles/prosilver/template/overall_header.html | |
parent | 11157e4f033d9fe1e241a4ff13e2ad8516024d5e (diff) | |
download | forums-c2f5ab3c6bdafff7fef982ee3dc414c452073c61.tar forums-c2f5ab3c6bdafff7fef982ee3dc414c452073c61.tar.gz forums-c2f5ab3c6bdafff7fef982ee3dc414c452073c61.tar.bz2 forums-c2f5ab3c6bdafff7fef982ee3dc414c452073c61.tar.xz forums-c2f5ab3c6bdafff7fef982ee3dc414c452073c61.zip |
[ticket/11956] Change .skip-responsive to data attribute
PHPBB3-11956
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 3ef264259f..abe79e3808 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -100,7 +100,7 @@ <ul class="linklist bulletin"> <!-- IF not S_IS_BOT and S_USER_LOGGED_IN --> <!-- IF S_NOTIFICATIONS_DISPLAY --> - <li class="icon-notification skip-responsive"> + <li class="icon-notification" data-skip-responsive="true"> <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button"><span>{L_NOTIFICATIONS} [</span><strong>{NOTIFICATIONS_COUNT}</strong><span>]</span></a> <div id="notification_list" class="notification_list"> <div class="popup-pointer"><div class="popup-pointer-inner"></div></div> |