mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/11553] Replace bullet with unicode
PHPBB3-11553
This commit is contained in:
@@ -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,
|
html, body, div, span, applet, object, iframe,
|
||||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||||
@@ -360,7 +360,7 @@ ul.rightside {
|
|||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
ul.linklist.bulletin li:before {
|
ul.linklist.bulletin li:before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
content: '•';
|
content: "\2022";
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
|
Reference in New Issue
Block a user