diff options
| author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-03-09 19:01:40 +0000 |
|---|---|---|
| committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-03-09 19:01:40 +0000 |
| commit | d165af785d01640a82d6d8076fbb979b00a1ec38 (patch) | |
| tree | 640271d44c3ae33be14df19997cf5aef0dbb68e0 /phpBB/styles/subSilver/template/bbcode.html | |
| parent | e43201191317b788c2df84302e77342b57c944ae (diff) | |
| download | forums-d165af785d01640a82d6d8076fbb979b00a1ec38.tar forums-d165af785d01640a82d6d8076fbb979b00a1ec38.tar.gz forums-d165af785d01640a82d6d8076fbb979b00a1ec38.tar.bz2 forums-d165af785d01640a82d6d8076fbb979b00a1ec38.tar.xz forums-d165af785d01640a82d6d8076fbb979b00a1ec38.zip | |
#8576
Introducing percentage based font sizing for the font-site BBCode
git-svn-id: file:///svn/phpbb/trunk@7157 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/bbcode.html')
| -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 1f0e8a72d2..fe7ea4fa5d 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}px; line-height: normal">{TEXT}</span><!-- END size --> +<!-- BEGIN size --><span style="font-size: {SIZE}em; line-height: normal">{TEXT}</span><!-- END size --> <!-- BEGIN img --><img src="{URL}" alt="{L_IMAGE}" /><!-- END img --> |
