diff options
author | Tom Beddard <subblue@users.sourceforge.net> | 2006-01-19 23:50:58 +0000 |
---|---|---|
committer | Tom Beddard <subblue@users.sourceforge.net> | 2006-01-19 23:50:58 +0000 |
commit | 133ce52d3b7fb4c653ac7195d681e0201c1cf38d (patch) | |
tree | a27d1e1c3b077ac528c8c4f90f6f269d04506039 /phpBB/styles/subSilver/template/ucp_attachments.html | |
parent | 93960a1b8e7b43c4bc504baeabe6a88427b529c6 (diff) | |
download | forums-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/ucp_attachments.html')
-rw-r--r-- | phpBB/styles/subSilver/template/ucp_attachments.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_attachments.html b/phpBB/styles/subSilver/template/ucp_attachments.html index f30aa6a156..32baa95701 100644 --- a/phpBB/styles/subSilver/template/ucp_attachments.html +++ b/phpBB/styles/subSilver/template/ucp_attachments.html @@ -7,10 +7,10 @@ <table class="tablebg" width="100%" cellspacing="1"> <tr> <th nowrap="nowrap">#</th> - <th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_FILENAME}">{L_FILENAME}</a></th> - <th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_POST_TIME}">{L_POST_TIME}</a></th> - <th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_FILESIZE}">{L_FILESIZE}</a></th> - <th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_DOWNLOADS}">{L_DOWNLOADS}</a></th> + <th nowrap="nowrap" width="15%"><a href="{U_SORT_FILENAME}">{L_FILENAME}</a></th> + <th nowrap="nowrap" width="5%"><a href="{U_SORT_POST_TIME}">{L_POST_TIME}</a></th> + <th nowrap="nowrap" width="5%"><a href="{U_SORT_FILESIZE}">{L_FILESIZE}</a></th> + <th nowrap="nowrap" width="5%"><a href="{U_SORT_DOWNLOADS}">{L_DOWNLOADS}</a></th> <th width="2%" nowrap="nowrap">{L_DELETE}</th> </tr> <!-- IF TOTAL_ATTACHMENTS --> |