Skip to content

Commit

Permalink
display lists of posts as inline blocks only for Chinese posts
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Nov 3, 2023
1 parent ecf252a commit 843a5ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ h1.title::before { content: "➶"; }
}
.archive {
max-width: none;
width: initial;
width: 100%;
}
.archive > ul > li {
list-style: none;
}
.cn .archive > ul > li {
display: inline-block;
margin-right: 1em;
}
Expand Down

0 comments on commit 843a5ce

Please sign in to comment.