Use more common web-style paragraphs for the docs

See <http://www.naturaldocs.org/styles.html#WebStyleParagraphs>.
master
Christoph M. Becker 2016-08-03 16:29:33 +02:00
parent 4d9459678f
commit 6bc15ce699
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,9 @@
/*
Custom styles for the generated HTML, which are supposed to override the default
styles
*/
p {
text-indent: 0;
margin-bottom: 1em;
}

View File

@ -68,7 +68,8 @@ sed -e "s/@VERSION@/$VERSION/g" preamble.txt > tmp/preamble.txt
$(nd) --rebuild --rebuild-output --documented-only \
-i tmp/ \
-o html html \
--project project/
--project project/ \
-s Default libgd
# And cleanup the temp files.
rm -rf Data tmp