diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-04 16:58:28 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-04 16:58:28 +0000 |
commit | c5b9e64505ee45e416a77bb988101c340be0dfa9 (patch) | |
tree | 56c0cc9cab9749318940fafa38e3e0e8e0b827e9 /phpBB/templates | |
parent | 72225094f676c70401451d001c6cbb7e1f2d34d4 (diff) | |
download | forums-c5b9e64505ee45e416a77bb988101c340be0dfa9.tar forums-c5b9e64505ee45e416a77bb988101c340be0dfa9.tar.gz forums-c5b9e64505ee45e416a77bb988101c340be0dfa9.tar.bz2 forums-c5b9e64505ee45e416a77bb988101c340be0dfa9.tar.xz forums-c5b9e64505ee45e416a77bb988101c340be0dfa9.zip |
column size adjust
git-svn-id: file:///svn/phpbb/trunk@3590 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/memberlist_body.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/phpBB/templates/subSilver/memberlist_body.html b/phpBB/templates/subSilver/memberlist_body.html index 3deedb344d..f8c79d972d 100644 --- a/phpBB/templates/subSilver/memberlist_body.html +++ b/phpBB/templates/subSilver/memberlist_body.html @@ -98,13 +98,13 @@ function marklist(status) <table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0"> <tr> <th height="25" nowrap="nowrap">#</th> - <th nowrap="nowrap"><a class="th" href="{U_SORT_USERNAME}">{L_USERNAME}</a></th> - <th nowrap="nowrap"><a class="th" href="{U_SORT_JOINED}">{L_JOINED}</a></th> - <th nowrap="nowrap"><a class="th" href="{U_SORT_POSTS}">{L_POSTS}</a></th> - <th nowrap="nowrap">{L_RANK}</th> - <th nowrap="nowrap">{L_SEND_MESSAGE}</th> - <th nowrap="nowrap"><a class="th" href="{U_SORT_EMAIL}">{L_EMAIL}</a></th> - <th nowrap="nowrap"><a class="th" href="{U_SORT_WEBSITE}">{L_WEBSITE}</a></th> + <th nowrap="nowrap" width="25%"><a class="th" href="{U_SORT_USERNAME}">{L_USERNAME}</a></th> + <th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_JOINED}">{L_JOINED}</a></th> + <th nowrap="nowrap" width="10%"><a class="th" href="{U_SORT_POSTS}">{L_POSTS}</a></th> + <th nowrap="nowrap" width="15%">{L_RANK}</th> + <th nowrap="nowrap" width="11%">{L_SEND_MESSAGE}</th> + <th nowrap="nowrap" width="11%"><a class="th" href="{U_SORT_EMAIL}">{L_EMAIL}</a></th> + <th nowrap="nowrap" width="11%"><a class="th" href="{U_SORT_WEBSITE}">{L_WEBSITE}</a></th> <!-- IF S_SEARCH_USER --><th width="2%" nowrap="nowrap">{L_MARK}</th><!-- ENDIF --> </tr> <!-- BEGIN memberrow --> |