prune sim: improve documentation layout
Better line height, some margin on the edges, and max width to avoid very long lines on wide displays. Avoid to much contrast by using black on white, use a very dark grey instead. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d669a739b2
commit
5174956548
@ -2,6 +2,16 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
max-width: 90ch;
|
||||
margin-left: 2ch;
|
||||
margin-right: 2ch;
|
||||
line-height: 1.5em;
|
||||
color: #454545;
|
||||
}
|
||||
h1, h2, h3 {
|
||||
line-height:1.2
|
||||
}
|
||||
tt, code {
|
||||
background-color: #ecf0f3;
|
||||
color: #222;
|
||||
|
Loading…
Reference in New Issue
Block a user