Skip to content

Commit

Permalink
Added padding to navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlewis42 authored and benoit74 committed Sep 17, 2024
1 parent 998be4a commit 0a91ca1
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 0a91ca1

Please sign in to comment.