aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/overall_header.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-10-26 21:04:44 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-26 22:00:25 +0300
commite9c0c9d5d2fa808476c52a6dce13df6da56394a6 (patch)
tree06adfc71b77c2c66380d54330a47016e00ed04be /phpBB/adm/style/overall_header.html
parentb79cfa9f4afe2d131d5ad1e50e919656ff6a857d (diff)
downloadforums-e9c0c9d5d2fa808476c52a6dce13df6da56394a6.tar
forums-e9c0c9d5d2fa808476c52a6dce13df6da56394a6.tar.gz
forums-e9c0c9d5d2fa808476c52a6dce13df6da56394a6.tar.bz2
forums-e9c0c9d5d2fa808476c52a6dce13df6da56394a6.tar.xz
forums-e9c0c9d5d2fa808476c52a6dce13df6da56394a6.zip
[ticket/11957] Responsive ACP tabs
PHPBB3-11957
Diffstat (limited to 'phpBB/adm/style/overall_header.html')
-rw-r--r--phpBB/adm/style/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html
index eb16c61fd1..455446f8e3 100644
--- a/phpBB/adm/style/overall_header.html
+++ b/phpBB/adm/style/overall_header.html
@@ -119,7 +119,7 @@ function popup(url, width, height, name)
<div id="tabs">
<ul>
<!-- BEGIN t_block1 -->
- <li<!-- IF t_block1.S_SELECTED --> id="activetab"<!-- ENDIF -->><a href="{t_block1.U_TITLE}"><span>{t_block1.L_TITLE}</span></a></li>
+ <li<!-- IF t_block1.S_SELECTED --> class="activetab"<!-- ENDIF -->><a href="{t_block1.U_TITLE}"><span>{t_block1.L_TITLE}</span></a></li>
<!-- END t_block1 -->
</ul>
</div>