Remove space characters from in-between list items

They were causing some weirdness with spacing between redraws.
This commit is contained in:
Toby Zerner
2016-05-28 09:38:30 +09:30
parent c3dfa3560a
commit a380424de4
4 changed files with 4 additions and 14 deletions

View File

@ -30,7 +30,7 @@
> li {
display: inline;
margin-right: 7px;
margin-right: 10px;
}
}
}