aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_message.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_message.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_message.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_message.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_message.html b/phpBB/styles/prosilver/template/mcp_message.html
index 7102c658c4..062103b91c 100644
--- a/phpBB/styles/prosilver/template/mcp_message.html
+++ b/phpBB/styles/prosilver/template/mcp_message.html
@@ -1,7 +1,7 @@
<!-- INCLUDE mcp_header.html -->
<div class="content">
- <h2>{MESSAGE_TITLE}</h2>
+ <h2 class="message-title">{MESSAGE_TITLE}</h2>
<p>{MESSAGE_TEXT}</p>
</div>