mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
A little CSS tweak to remove whitespace near inline list brackets.
This commit is contained in:
parent
92e78806ce
commit
0a29ef0a04
1 changed files with 4 additions and 0 deletions
|
|
@ -15,10 +15,14 @@ section.content > ul {
|
|||
section.content > ol ul,
|
||||
section.content > ul ul {
|
||||
list-style-type: square; }
|
||||
section.content ul.inline {
|
||||
font-size: 0px; }
|
||||
section.content ul.inline,
|
||||
section.content ul.inline > li {
|
||||
display: inline;
|
||||
padding: 0; }
|
||||
section.content ul.inline > li {
|
||||
font-size: 16px; }
|
||||
section.content ul.inline > li:not(:last-of-type):after {
|
||||
content: ",\0A"; }
|
||||
section.content ul.inline > li:last-of-type:before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue