aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/memberlist_body.html
diff options
context:
space:
mode:
authorTom Beddard <subblue@users.sourceforge.net>2006-01-19 23:50:58 +0000
committerTom Beddard <subblue@users.sourceforge.net>2006-01-19 23:50:58 +0000
commit133ce52d3b7fb4c653ac7195d681e0201c1cf38d (patch)
treea27d1e1c3b077ac528c8c4f90f6f269d04506039 /phpBB/styles/subSilver/template/memberlist_body.html
parent93960a1b8e7b43c4bc504baeabe6a88427b529c6 (diff)
downloadforums-133ce52d3b7fb4c653ac7195d681e0201c1cf38d.tar
forums-133ce52d3b7fb4c653ac7195d681e0201c1cf38d.tar.gz
forums-133ce52d3b7fb4c653ac7195d681e0201c1cf38d.tar.bz2
forums-133ce52d3b7fb4c653ac7195d681e0201c1cf38d.tar.xz
forums-133ce52d3b7fb4c653ac7195d681e0201c1cf38d.zip
Further tweaks to the font sizes - looks nice on Windows and the Mac, IE and Firefox (the current area51 font settings are different from the CVS version). Note: Globally resetting the padding and margins is by far the easiest approach for cross browser & platform consistency. Also split each post pane on the viewtopic page to prevent a single wide non-wrapping post from spoiling the other posts.
git-svn-id: file:///svn/phpbb/trunk@5477 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/memberlist_body.html')
-rw-r--r--phpBB/styles/subSilver/template/memberlist_body.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/styles/subSilver/template/memberlist_body.html b/phpBB/styles/subSilver/template/memberlist_body.html
index 2e166a3baa..bfe80719cf 100644
--- a/phpBB/styles/subSilver/template/memberlist_body.html
+++ b/phpBB/styles/subSilver/template/memberlist_body.html
@@ -30,13 +30,13 @@
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th nowrap="nowrap">#</th>
- <th nowrap="nowrap" width="25%" align="left"><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%"><a class="th" href="{U_SORT_RANK}">{L_RANK}</a></th>
+ <th nowrap="nowrap" width="25%" align="left"><a href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>
+ <th nowrap="nowrap" width="15%"><a href="{U_SORT_JOINED}">{L_JOINED}</a></th>
+ <th nowrap="nowrap" width="10%"><a href="{U_SORT_POSTS}">{L_POSTS}</a></th>
+ <th nowrap="nowrap" width="15%"><a href="{U_SORT_RANK}">{L_RANK}</a></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>
+ <th nowrap="nowrap" width="11%"><a href="{U_SORT_EMAIL}">{L_EMAIL}</a></th>
+ <th nowrap="nowrap" width="11%"><a href="{U_SORT_WEBSITE}">{L_WEBSITE}</a></th>
<!-- IF S_SEARCH_USER --><th width="2%" nowrap="nowrap">{L_MARK}</th><!-- ENDIF -->
</tr>
<!-- BEGIN memberrow -->