diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-08-22 23:40:27 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-08-22 23:40:27 +0000 |
commit | 97415b7c81e4239281294d2108e8973ad146921e (patch) | |
tree | 60ebab1dca50b9b917fb7b2a17c79cbeba953e01 /phpBB/styles/subSilver/template | |
parent | 115c8d4e7039499be57aeee3ba3f75f5431a606f (diff) | |
download | forums-97415b7c81e4239281294d2108e8973ad146921e.tar forums-97415b7c81e4239281294d2108e8973ad146921e.tar.gz forums-97415b7c81e4239281294d2108e8973ad146921e.tar.bz2 forums-97415b7c81e4239281294d2108e8973ad146921e.tar.xz forums-97415b7c81e4239281294d2108e8973ad146921e.zip |
Minor update, use row1 instead of row3 as the legend td class
git-svn-id: file:///svn/phpbb/trunk@4420 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template')
-rw-r--r-- | phpBB/styles/subSilver/template/viewonline_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/viewonline_body.html b/phpBB/styles/subSilver/template/viewonline_body.html index e8870e27a2..96e9aadc60 100644 --- a/phpBB/styles/subSilver/template/viewonline_body.html +++ b/phpBB/styles/subSilver/template/viewonline_body.html @@ -28,7 +28,7 @@ <!-- END reg_user_row --> <!-- IF LEGEND neq '' --> <tr> - <td colspan="3" class="row3"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td> + <td colspan="3" class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td> </tr> <!-- ENDIF --> <tr> |