aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/bbcode.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-03-19 15:35:51 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-03-19 15:35:51 +0100
commit051644d663f9f93d52fffa45ed782d480bac2901 (patch)
treedfb100531fd3fca2dc79a2e25f0045566cf693cf /phpBB/styles/prosilver/template/bbcode.html
parent0f95e607ff91277a50bd5ff04d8a60a553dd918e (diff)
downloadforums-051644d663f9f93d52fffa45ed782d480bac2901.tar
forums-051644d663f9f93d52fffa45ed782d480bac2901.tar.gz
forums-051644d663f9f93d52fffa45ed782d480bac2901.tar.bz2
forums-051644d663f9f93d52fffa45ed782d480bac2901.tar.xz
forums-051644d663f9f93d52fffa45ed782d480bac2901.zip
[ticket/14844] Add CSS classes for strong and italics text to BBCodes
PHPBB3-14844
Diffstat (limited to 'phpBB/styles/prosilver/template/bbcode.html')
-rw-r--r--phpBB/styles/prosilver/template/bbcode.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html
index 3e38d13a32..49bcd56945 100644
--- a/phpBB/styles/prosilver/template/bbcode.html
+++ b/phpBB/styles/prosilver/template/bbcode.html
@@ -18,13 +18,13 @@
<!-- BEGIN inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open -->
<!-- BEGIN inline_attachment_close --></div><!-- END inline_attachment_close -->
-<!-- BEGIN b_open --><strong><!-- END b_open -->
+<!-- BEGIN b_open --><strong class="text-strong"><!-- END b_open -->
<!-- BEGIN b_close --></strong><!-- END b_close -->
<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open -->
<!-- BEGIN u_close --></span><!-- END u_close -->
-<!-- BEGIN i_open --><em><!-- END i_open -->
+<!-- BEGIN i_open --><em class="text-italics"><!-- END i_open -->
<!-- BEGIN i_close --></em><!-- END i_close -->
<!-- BEGIN color --><span style="color: {COLOR}">{TEXT}</span><!-- END color -->