diff options
Diffstat (limited to 'styles/doc.css')
-rw-r--r-- | styles/doc.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/styles/doc.css b/styles/doc.css new file mode 100644 index 0000000..97d2025 --- /dev/null +++ b/styles/doc.css @@ -0,0 +1,19 @@ +body { + font-family: verdana; + font-size: 80%; +} + +ul#changelog li { + font-weight: bold; + list-style-type: none; + margin-bottom: 1em; +} + +ul#changelog li li { + font-weight: normal; + margin-bottom: 0em; +} + +code { + font-size: 120%; +} |