Restructure the README into a manual

This commit is contained in:
Bozhidar Batsov 2019-01-16 14:31:52 +02:00
parent 63c697c2f4
commit 4490d51798
17 changed files with 789 additions and 684 deletions
doc/css

15
doc/css/extra.css Normal file
View file

@ -0,0 +1,15 @@
/* By default kbd doesn't stand out very much. Let's fix this! */
kbd {
padding: 3px 5px;
border: solid 1px #ccc;
background-color: #fcfcfc;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #bbb;
display: inline-block;
}
/* The default font-size for code blocks is 75% which makes code
hard to read. */
code {
font-size: 90%;
}