tweak style of bullet lists in the blog

pull/2615/head
Niklas Fiekas 2017-02-01 03:19:57 +01:00
parent 664cab5940
commit cd45d915ed
1 changed files with 4 additions and 4 deletions

View File

@ -68,11 +68,11 @@
font-size: 0.8em;
text-align: center;
}
#lichess_blog ol li {
list-style: decimal inside;
#lichess_blog ol, #lichess_blog ul {
margin: 25px;
}
#lichess_blog ul li {
list-style: disc inside;
#lichess_blog li {
list-style: disc outside;
}
#lichess_blog .body h2 {
font-size: 1.4em;