diff options
author | PayBas <contact@paybas.com> | 2014-04-25 12:56:58 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-04-25 12:56:58 +0200 |
commit | 5109d3a12f09447c8f74f0619f8703ecd8c56ba6 (patch) | |
tree | 734cf73a48faa549657cb9483e46c460deeef6cb /phpBB/styles/prosilver/template/quickreply_editor.html | |
parent | f86bf3c4d359a0f2c09f81d867212e7a248a6535 (diff) | |
download | forums-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/quickreply_editor.html')
-rw-r--r-- | phpBB/styles/prosilver/template/quickreply_editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html index 8da9919db8..6a8846626e 100644 --- a/phpBB/styles/prosilver/template/quickreply_editor.html +++ b/phpBB/styles/prosilver/template/quickreply_editor.html @@ -2,7 +2,7 @@ <!-- EVENT quickreply_editor_panel_before --> <div class="panel"> <div class="inner"> - <h2>{L_QUICKREPLY}</h2> + <h2 class="quickreply-title">{L_QUICKREPLY}</h2> <fieldset class="fields1"> <dl style="clear: left;"> <dt><label for="subject">{L_SUBJECT}{L_COLON}</label></dt> |