diff options
author | Varriount <clay.sweetser@gmail.com> | 2015-07-10 01:27:11 -0400 |
---|---|---|
committer | Varriount <clay.sweetser@gmail.com> | 2015-07-10 03:51:00 -0400 |
commit | 9da1ee4fe40a2c40ef55c4a4002373b903a386d0 (patch) | |
tree | 45694dc735ef80bf393eb34d64ade1eec1ba88fd /config | |
parent | 7beeb2fadeaec1886b4b82af7e2896e865e97c09 (diff) | |
download | Nim-9da1ee4fe40a2c40ef55c4a4002373b903a386d0.tar.gz |
Add NEP1 to documentation.
Changes: - Added NEP 1 to the documentation set. - Modified nimdoc's css to add additional spacing between list entries, as well as between code blocks. - Added a warning to nimdoc.css for future developers.
Diffstat (limited to 'config')
-rw-r--r-- | config/nimdoc.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/nimdoc.cfg b/config/nimdoc.cfg index e036c3b9a..57d4cc988 100644 --- a/config/nimdoc.cfg +++ b/config/nimdoc.cfg @@ -578,7 +578,7 @@ pre { box-sizing: border-box; min-width: calc(100% - 19.5px); padding: 9.5px; - margin: 0 10px 0px 10px; + margin: 0.25em 10px 0.25em 10px; font-size: 14px; line-height: 20px; white-space: pre !important; @@ -981,6 +981,10 @@ div.align-right { /* div.align-center * { */ /* text-align: left } */ + +ul.simple > li { + margin-bottom: 0.5em } + ol.simple, ul.simple { margin-bottom: 1em; } |