aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-07-11 11:11:05 -0400
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-07-11 11:11:38 -0400
commit5362f2a1c1a1071e6bad968fea70163943748fd6 (patch)
treef13c70bfd2d41f083adb999559b473bdfb352bfb /phpBB/styles/prosilver
parent600d3bd1f61c83c339be56eac0aa5ee8e9353fbb (diff)
downloadforums-5362f2a1c1a1071e6bad968fea70163943748fd6.tar
forums-5362f2a1c1a1071e6bad968fea70163943748fd6.tar.gz
forums-5362f2a1c1a1071e6bad968fea70163943748fd6.tar.bz2
forums-5362f2a1c1a1071e6bad968fea70163943748fd6.tar.xz
forums-5362f2a1c1a1071e6bad968fea70163943748fd6.zip
[ticket/11553] Replace bullet with unicode
PHPBB3-11553
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/theme/common.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index e0c8208fcf..334d383f3e 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -1,4 +1,4 @@
-/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
+f/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
@@ -360,7 +360,7 @@ ul.rightside {
----------------------------------------*/
ul.linklist.bulletin li:before {
display: inline-block;
- content: '•';
+ content: "\2022";
font-size: inherit;
line-height: inherit;
padding-right: 4px;