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/prosilver/template/captcha_qa.html | |
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/prosilver/template/captcha_qa.html')
-rw-r--r-- | phpBB/styles/prosilver/template/captcha_qa.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 --> |