diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-10 01:20:50 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-10 01:20:50 +0000 |
commit | 1e170e5be9d1dadfb1f74f0f5bacda306525d9b8 (patch) | |
tree | d66c6803a24d1e1e1b2eace13a23cd0f367cef9d /phpBB/templates/Euclid/overall_header.tpl | |
parent | af0f622a0eb29d670276b98ed7439bb7ded0f600 (diff) | |
download | forums-1e170e5be9d1dadfb1f74f0f5bacda306525d9b8.tar forums-1e170e5be9d1dadfb1f74f0f5bacda306525d9b8.tar.gz forums-1e170e5be9d1dadfb1f74f0f5bacda306525d9b8.tar.bz2 forums-1e170e5be9d1dadfb1f74f0f5bacda306525d9b8.tar.xz forums-1e170e5be9d1dadfb1f74f0f5bacda306525d9b8.zip |
Updates
git-svn-id: file:///svn/phpbb/trunk@1536 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Euclid/overall_header.tpl')
-rw-r--r-- | phpBB/templates/Euclid/overall_header.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/Euclid/overall_header.tpl b/phpBB/templates/Euclid/overall_header.tpl index 28806c39dd..2309439197 100644 --- a/phpBB/templates/Euclid/overall_header.tpl +++ b/phpBB/templates/Euclid/overall_header.tpl @@ -20,7 +20,7 @@ TD.cat {background-color:{T_TH_COLOR2};font-family:{T_FONTFACE1};font-size:12pt} TD.row1 {background-color:{T_TD_COLOR1}} TD.row2 {background-color:{T_TD_COLOR2}} -SPAN.title {font-family:{T_FONTFACE2};font-size:36pt} +SPAN.title {font-family:{T_FONTFACE2};font-size:26pt} SPAN.cattitle {font-family:{T_FONTFACE1};font-size:12pt;font-weight:bold} SPAN.gen {font-family:{T_FONTFACE1};font-size:10pt} SPAN.gensmall {font-family:{T_FONTFACE1};font-size:8pt} @@ -57,7 +57,7 @@ HR {height:2px} <td class="row2"><table width="100%" cellspacing="0" border="0"> <tr> <td><span class="title"><a href="{U_INDEX}"><img src="templates/Euclid/images/logo_phpBB.gif" border="0" alt="" title="" /></a></span></td> - <td width="100%" align="center" valign="top"><br /><span class="cattitle"><b>{SITENAME}</b></span><br /><br /><span class="gen">{SITE_DESCRIPTION}</span></td> + <td width="100%" align="center" valign="top"><span class="title"><b>{SITENAME}</b></span><br /><span class="gen">{SITE_DESCRIPTION}</span></td> </tr> </table></td> </tr> |