diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-16 16:24:52 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-16 16:24:52 +0000 |
commit | 0ce19c6f73cd73f70161c8f294667c58801ff8cf (patch) | |
tree | 9b4c3a965b0815e0c62e2e641cdaeaf26599a925 /phpBB/templates/subSilver/faq_body.tpl | |
parent | 36936afdb2405e0d7e2bc2923284ddafe6030eab (diff) | |
download | forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.tar forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.tar.gz forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.tar.bz2 forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.tar.xz forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.zip |
Various updates, Tom
git-svn-id: file:///svn/phpbb/trunk@1228 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/faq_body.tpl')
-rwxr-xr-x | phpBB/templates/subSilver/faq_body.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/faq_body.tpl b/phpBB/templates/subSilver/faq_body.tpl index cd68f3dce1..fcff74e037 100755 --- a/phpBB/templates/subSilver/faq_body.tpl +++ b/phpBB/templates/subSilver/faq_body.tpl @@ -1,10 +1,10 @@ <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> <tr> - <th class="thRight">{L_FAQ}</th> + <th class="thHead">{L_FAQ}</th> </tr> <!-- BEGIN faqrow --> <tr> - <td width="22%" align="left" valign="top" class="{faqrow.ROW_CLASS}"><span class="name"><b>{faqrow.FAQ_QUESTION}</b></span><br /> + <td width="22%" align="left" valign="top" class="row1"><span class="name"><b>{faqrow.FAQ_QUESTION}</b></span><br /> <br /> <span class="postbody">{faqrow.FAQ_ANSWER}</span> </td> |