client/css: improve list margins in comments
This commit is contained in:
parent
cf24d63fa4
commit
f0573be715
|
@ -101,10 +101,10 @@
|
||||||
|
|
||||||
|
|
||||||
.comment-content
|
.comment-content
|
||||||
ul
|
ul, ol
|
||||||
list-style-position: inside
|
list-style-position: inside
|
||||||
margin: 1em 0
|
margin: 1em 0
|
||||||
padding: 0
|
padding: 0 0 0 1.5em
|
||||||
|
|
||||||
.sjis
|
.sjis
|
||||||
font-family: 'MS PGothic', 'MS Pゴシック', 'IPAMonaPGothic', 'Trebuchet MS', Verdana, Futura, Arial, Helvetica, sans-serif
|
font-family: 'MS PGothic', 'MS Pゴシック', 'IPAMonaPGothic', 'Trebuchet MS', Verdana, Futura, Arial, Helvetica, sans-serif
|
||||||
|
|
Loading…
Reference in New Issue