diff options
| author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-03-12 10:51:30 +0000 |
|---|---|---|
| committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-03-12 10:51:30 +0000 |
| commit | 07638ea5c11bbf3076e83896c7c38f8497980e75 (patch) | |
| tree | ba2124962b475668f540f144aa81b303d9dea741 | |
| parent | a41bc62dabae0ef778e47214a912bbf7730c6e7a (diff) | |
| download | forums-07638ea5c11bbf3076e83896c7c38f8497980e75.tar forums-07638ea5c11bbf3076e83896c7c38f8497980e75.tar.gz forums-07638ea5c11bbf3076e83896c7c38f8497980e75.tar.bz2 forums-07638ea5c11bbf3076e83896c7c38f8497980e75.tar.xz forums-07638ea5c11bbf3076e83896c7c38f8497980e75.zip | |
Ooooops. Good thing that subsilver is not using the template version of font-sizing.
git-svn-id: file:///svn/phpbb/trunk@7174 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/styles/subSilver/template/bbcode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/bbcode.html b/phpBB/styles/subSilver/template/bbcode.html index fe7ea4fa5d..908dce6a38 100644 --- a/phpBB/styles/subSilver/template/bbcode.html +++ b/phpBB/styles/subSilver/template/bbcode.html @@ -48,7 +48,7 @@ <!-- BEGIN color --><span style="color: {COLOR}">{TEXT}</span><!-- END color --> -<!-- BEGIN size --><span style="font-size: {SIZE}em; line-height: normal">{TEXT}</span><!-- END size --> +<!-- BEGIN size --><span style="font-size: {SIZE}%; line-height: normal">{TEXT}</span><!-- END size --> <!-- BEGIN img --><img src="{URL}" alt="{L_IMAGE}" /><!-- END img --> |
