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/bbcode.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/bbcode.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/bbcode.html | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/phpBB/styles/subSilver/template/bbcode.html b/phpBB/styles/subSilver/template/bbcode.html index 2a4da372dd..b7e54805b8 100644 --- a/phpBB/styles/subSilver/template/bbcode.html +++ b/phpBB/styles/subSilver/template/bbcode.html @@ -9,7 +9,7 @@ <!-- BEGIN listitem_close --></li><!-- END listitem_close --> <!-- BEGIN quote_username_open --> -<div class="quotetitle"><b>{USERNAME} {L_WROTE}:</b></div><div class="quotecontent"> +<div class="quotetitle">{USERNAME} {L_WROTE}:</div><div class="quotecontent"> <!-- END quote_username_open --> <!-- BEGIN quote_open --> @@ -29,20 +29,11 @@ <!-- END code_close --> <!-- BEGIN inline_attachment_open --> -</div> -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="row3"><b class="genmed">{L_ATTACHMENT}: </b></td> - </tr> - <tr> - <td class="row2"> +<div class="attachtitle">{L_ATTACHMENT}:</div><div class="attachcontent"> <!-- END inline_attachment_open --> <!-- BEGIN inline_attachment_close --> - </td> - </tr> -</table> -<div class="postbody"> +</div> <!-- END inline_attachment_close --> |
