diff options
author | PayBas <contact@paybas.com> | 2014-04-30 09:44:28 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-04-30 09:44:28 +0200 |
commit | 5ec67ed2480003f5d108f30e0405c696495f8b48 (patch) | |
tree | 3a3461e117bb50c1753181897373d3594fd32ac2 /phpBB/styles | |
parent | 5109d3a12f09447c8f74f0619f8703ecd8c56ba6 (diff) | |
download | forums-5ec67ed2480003f5d108f30e0405c696495f8b48.tar forums-5ec67ed2480003f5d108f30e0405c696495f8b48.tar.gz forums-5ec67ed2480003f5d108f30e0405c696495f8b48.tar.bz2 forums-5ec67ed2480003f5d108f30e0405c696495f8b48.tar.xz forums-5ec67ed2480003f5d108f30e0405c696495f8b48.zip |
[ticket/12442] More heading classes
I think that about finishes the most important one
PHPBB3-12442
Diffstat (limited to 'phpBB/styles')
4 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_default.html b/phpBB/styles/prosilver/template/captcha_default.html index c9c5295d13..550962db67 100644 --- a/phpBB/styles/prosilver/template/captcha_default.html +++ b/phpBB/styles/prosilver/template/captcha_default.html @@ -2,7 +2,7 @@ <div class="panel"> <div class="inner"> - <h3>{L_CONFIRMATION}</h3> + <h3 class="captcha-title">{L_CONFIRMATION}</h3> <p>{L_CONFIRM_EXPLAIN}</p> <fieldset class="fields2"> diff --git a/phpBB/styles/prosilver/template/captcha_qa.html b/phpBB/styles/prosilver/template/captcha_qa.html index c179f6dc20..1671987f63 100644 --- a/phpBB/styles/prosilver/template/captcha_qa.html +++ b/phpBB/styles/prosilver/template/captcha_qa.html @@ -2,7 +2,7 @@ <div class="panel"> <div class="inner"> - <h3>{L_CONFIRMATION}</h3> + <h3 class="captcha-title">{L_CONFIRMATION}</h3> <fieldset class="fields2"> <!-- ENDIF --> diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html index aad1008241..bde0c9df13 100644 --- a/phpBB/styles/prosilver/template/captcha_recaptcha.html +++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html @@ -2,7 +2,7 @@ <div class="panel"> <div class="inner"> - <h3>{L_CONFIRMATION}</h3> + <h3 class="captcha-title">{L_CONFIRMATION}</h3> <p>{L_CONFIRM_EXPLAIN}</p> <fieldset class="fields2"> diff --git a/phpBB/styles/prosilver/template/drafts.html b/phpBB/styles/prosilver/template/drafts.html index 4b2e1bf0c6..ea2849a485 100644 --- a/phpBB/styles/prosilver/template/drafts.html +++ b/phpBB/styles/prosilver/template/drafts.html @@ -4,7 +4,7 @@ <div class="panel"> <div class="inner"> - <h3>{L_LOAD_DRAFT}</h3> + <h3 class="draft-title">{L_LOAD_DRAFT}</h3> <p>{L_LOAD_DRAFT_EXPLAIN}</p> </div> |