aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_header.html
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-04-25 12:56:58 +0200
committerPayBas <contact@paybas.com>2014-04-25 12:56:58 +0200
commit5109d3a12f09447c8f74f0619f8703ecd8c56ba6 (patch)
tree734cf73a48faa549657cb9483e46c460deeef6cb /phpBB/styles/prosilver/template/mcp_header.html
parentf86bf3c4d359a0f2c09f81d867212e7a248a6535 (diff)
downloadforums-5109d3a12f09447c8f74f0619f8703ecd8c56ba6.tar
forums-5109d3a12f09447c8f74f0619f8703ecd8c56ba6.tar.gz
forums-5109d3a12f09447c8f74f0619f8703ecd8c56ba6.tar.bz2
forums-5109d3a12f09447c8f74f0619f8703ecd8c56ba6.tar.xz
forums-5109d3a12f09447c8f74f0619f8703ecd8c56ba6.zip
[ticket/12442] Add CSS classes to important headings
PHPBB3-12442
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_header.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_header.html b/phpBB/styles/prosilver/template/mcp_header.html
index 2b2105e770..bdfa254741 100644
--- a/phpBB/styles/prosilver/template/mcp_header.html
+++ b/phpBB/styles/prosilver/template/mcp_header.html
@@ -42,7 +42,7 @@
<div id="cp-main" class="mcp-main panel-container">
<!-- IF MESSAGE -->
<div class="content">
- <h2>{L_MESSAGE}</h2>
+ <h2 class="message-title">{L_MESSAGE}</h2>
<p class="error">{MESSAGE}</p>
<p><!-- BEGIN return_links -->{return_links.MESSAGE_LINK}<br /><br /><!-- END return_links --></p>
</div>