mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Introducing percentage based font sizing for the font-site BBCode git-svn-id: file:///svn/phpbb/trunk@7157 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -392,7 +392,7 @@ class bbcode
|
||||
'u_open' => '<span style="text-decoration: underline">',
|
||||
'u_close' => '</span>',
|
||||
'img' => '<img src="$1" alt="' . $user->lang['IMAGE'] . '" />',
|
||||
'size' => '<span style="font-size: $1px; line-height: normal">$2</span>',
|
||||
'size' => '<span style="font-size: $1%; line-height: normal">$2</span>',
|
||||
'color' => '<span style="color: $1">$2</span>',
|
||||
'email' => '<a href="mailto:$1">$2</a>'
|
||||
);
|
||||
|
Reference in New Issue
Block a user