Skip to content

Commit

Permalink
Merge pull request #23 from openzim/padding
Browse files Browse the repository at this point in the history
Added padding to navigation
  • Loading branch information
benoit74 authored Sep 17, 2024
2 parents 998be4a + 0a91ca1 commit 2e61d1f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/devdocs2zim/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
<meta charset="utf-8">
<title>{{title}}</title>
<link rel="stylesheet" type="text/css" href="{{rel_prefix | safe}}application.css" />
<style type="text/css">
/* Make the <details> tag based navigation match the look and feel of devdocs.io. */
._list-count, ._list-enable {
margin-right: .375rem;
}
._list-item {
padding: .25rem;
}
</style>
</head>
<body>
<div class="_app">
Expand Down

0 comments on commit 2e61d1f

Please sign in to comment.