Skip to content

Commit cc0f52b

Browse files
author
Peter Amstutz
committed
Add margin to <pre> sections in generated documentation.
1 parent 04a956d commit cc0f52b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema_salad/makedoc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,10 @@ def avrold_doc(j, outdoc, renderlist, redirects, brand, brandlink):
389389
.tocnav ol {
390390
list-style: none
391391
}
392+
pre {
393+
margin-left: 2em;
394+
margin-right: 2em;
395+
}
392396
</style>
393397
</head>
394398
<body>

0 commit comments

Comments
 (0)