diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-03-02 22:27:55 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-03-02 22:27:55 +0000 |
commit | 810863d318c00dd9944d0135e637de83efaadf44 (patch) | |
tree | 515e043b2b083bf005e24f3aa6e7d20a80db29a1 /phpBB/templates/Default | |
parent | 1f13c1bb65611a0874ba9a9c3eac8a1c1eecc4c2 (diff) | |
download | forums-810863d318c00dd9944d0135e637de83efaadf44.tar forums-810863d318c00dd9944d0135e637de83efaadf44.tar.gz forums-810863d318c00dd9944d0135e637de83efaadf44.tar.bz2 forums-810863d318c00dd9944d0135e637de83efaadf44.tar.xz forums-810863d318c00dd9944d0135e637de83efaadf44.zip |
Adjusted cellpadding
git-svn-id: file:///svn/phpbb/trunk@77 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Default')
-rw-r--r-- | phpBB/templates/Default/index_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Default/index_body.tpl b/phpBB/templates/Default/index_body.tpl index 5bcfe46c85..b04b97f1c3 100644 --- a/phpBB/templates/Default/index_body.tpl +++ b/phpBB/templates/Default/index_body.tpl @@ -3,7 +3,7 @@ <table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1"> <tr> <td> - <table border="0" width="100%" cellpadding="0" cellspacing="1"> + <table border="0" width="100%" cellpadding="3" cellspacing="1"> <tr class="tableheader"> <td width="5%"> </td> <td>{L_FORUM}</td> |