Mercurial Hosting > luan
changeset 492:b36cc406d3d2
documentation aesthetics
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 13 May 2015 17:12:15 -0600 |
parents | 4dc9cb26a3a8 |
children | 1d082a0812e0 |
files | website/src/manual.html.luan |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/website/src/manual.html.luan Tue May 12 13:05:01 2015 -0600 +++ b/website/src/manual.html.luan Wed May 13 17:12:15 2015 -0600 @@ -4,7 +4,7 @@ local Http = require "luan:web/Http" local Shared = require "site:/Shared" -heading_options = [[margin-top="1em"]] +heading_options = [[margin-top="2em" margin-bottom=".6em" textcolor="#233E93"]] function service() Io.stdout = Http.response.text_writer()