aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_header.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-09-15 10:08:14 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-09-15 10:08:14 +0200
commita033cd7d5e7a94dc37269d720a5ec0f0ccfdcb7e (patch)
tree8f02b37d61090984a34e30687d5a0d67484a04e9 /phpBB/styles/prosilver/template/mcp_header.html
parentfe0e9b2e4c0b83aa00a3f7bbecc82446a7f28bc0 (diff)
parent3606e130de7a017dd386ab81faa4945f930270a8 (diff)
downloadforums-a033cd7d5e7a94dc37269d720a5ec0f0ccfdcb7e.tar
forums-a033cd7d5e7a94dc37269d720a5ec0f0ccfdcb7e.tar.gz
forums-a033cd7d5e7a94dc37269d720a5ec0f0ccfdcb7e.tar.bz2
forums-a033cd7d5e7a94dc37269d720a5ec0f0ccfdcb7e.tar.xz
forums-a033cd7d5e7a94dc37269d720a5ec0f0ccfdcb7e.zip
Merge pull request #3879 from hanakin/ticket/14139
[Ticket/14139] Stop styling with IDs
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_header.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_header.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_header.html b/phpBB/styles/prosilver/template/mcp_header.html
index 69239887e3..424bb36858 100644
--- a/phpBB/styles/prosilver/template/mcp_header.html
+++ b/phpBB/styles/prosilver/template/mcp_header.html
@@ -21,14 +21,14 @@
<div style="width: 100%;">
- <div id="cp-menu">
- <div id="navigation" role="navigation">
+ <div id="cp-menu" class="cp-menu">
+ <div id="navigation" class="navigation" role="navigation">
<ul>
<!-- BEGIN l_block1 -->
<!-- IF l_block1.S_SELECTED -->
<!-- BEGIN l_block2 -->
<!-- IF l_block1.l_block2.S_SELECTED -->
- <li id="active-subsection"><a href="{l_block1.l_block2.U_TITLE}"><span>{l_block1.l_block2.L_TITLE}<!-- IF l_block1.l_block2.ADD_ITEM --> ({l_block1.l_block2.ADD_ITEM})<!-- ENDIF --></span></a></li>
+ <li id="active-subsection" class="active-subsection"><a href="{l_block1.l_block2.U_TITLE}"><span>{l_block1.l_block2.L_TITLE}<!-- IF l_block1.l_block2.ADD_ITEM --> ({l_block1.l_block2.ADD_ITEM})<!-- ENDIF --></span></a></li>
<!-- ELSE -->
<li><a href="{l_block1.l_block2.U_TITLE}"><span>{l_block1.l_block2.L_TITLE}<!-- IF l_block1.l_block2.ADD_ITEM --> ({l_block1.l_block2.ADD_ITEM})<!-- ENDIF --></span></a></li>
<!-- ENDIF -->
@@ -39,7 +39,7 @@
</div>
</div>
- <div id="cp-main" class="mcp-main panel-container">
+ <div id="cp-main" class="cp-main mcp-main panel-container">
<!-- IF MESSAGE -->
<div class="content">
<h2 class="message-title">{L_MESSAGE}</h2>