Skip to content

Commit

Permalink
style: padding between version number and arrows in changelog nav
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Nov 20, 2022
1 parent 57819c1 commit 0a76b76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ header h2 {
}
.content article nav ul li.prevlink a:before {
content: "←";
padding-right: 0.25em;
}
.content article nav ul li.uplink {
display: inline-block;
Expand All @@ -172,6 +173,7 @@ header h2 {
}
.content article nav ul li.nextlink a:after {
content: "→";
padding-left: 0.25em;
}

.content article.column-list ul {
Expand Down

0 comments on commit 0a76b76

Please sign in to comment.