diff options
author | Tom Beddard <subblue@users.sourceforge.net> | 2006-01-11 21:58:16 +0000 |
---|---|---|
committer | Tom Beddard <subblue@users.sourceforge.net> | 2006-01-11 21:58:16 +0000 |
commit | 1e494c6d7ee8b2171a1f185c96832dd2dc2d5d3c (patch) | |
tree | 12ce214936dc43ab636c9af327b990598d3643ec /phpBB/styles/subSilver/template | |
parent | 09edf1e1a59f245164a157f60231e8e656961e7e (diff) | |
download | forums-1e494c6d7ee8b2171a1f185c96832dd2dc2d5d3c.tar forums-1e494c6d7ee8b2171a1f185c96832dd2dc2d5d3c.tar.gz forums-1e494c6d7ee8b2171a1f185c96832dd2dc2d5d3c.tar.bz2 forums-1e494c6d7ee8b2171a1f185c96832dd2dc2d5d3c.tar.xz forums-1e494c6d7ee8b2171a1f185c96832dd2dc2d5d3c.zip |
Little layout fix for FF 1.0x browsers
git-svn-id: file:///svn/phpbb/trunk@5444 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template')
-rw-r--r-- | phpBB/styles/subSilver/template/overall_header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html index ec7961466a..ea37b539c3 100644 --- a/phpBB/styles/subSilver/template/overall_header.html +++ b/phpBB/styles/subSilver/template/overall_header.html @@ -98,9 +98,9 @@ function jumpto() <!-- ENDIF --> </p> - <br /> + <br style="clear: both;" /> - <table class="tablebg" width="100%" cellspacing="1" cellpadding="0"> + <table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;"> <tr> <td class="row1"> <p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p> |