aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/message_body.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/message_body.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/message_body.html')
-rw-r--r--phpBB/styles/prosilver/template/message_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/message_body.html b/phpBB/styles/prosilver/template/message_body.html
index a844246055..8062fed9a0 100644
--- a/phpBB/styles/prosilver/template/message_body.html
+++ b/phpBB/styles/prosilver/template/message_body.html
@@ -6,7 +6,7 @@
<div class="panel" id="message">
<div class="inner">
- <h2>{MESSAGE_TITLE}</h2>
+ <h2 class="message-title">{MESSAGE_TITLE}</h2>
<p>{MESSAGE_TEXT}</p>
<!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH and L_RETURN_TO_SEARCH_ADV --><p><a href="{U_SEARCH}" class="arrow-{S_CONTENT_FLOW_BEGIN}">{L_RETURN_TO_SEARCH_ADV}</a></p><!-- ENDIF -->
</div>