all repos — nimhttpd @ fcdbacff6ec502372224045bf31d9e1f5f72b98c

A useful static file web server.

Merge branch 'master' of https://github.com/h3rald/nimhttpd
h3rald h3rald@h3rald.com
Fri, 02 Jun 2017 19:21:12 +0200
commit

fcdbacff6ec502372224045bf31d9e1f5f72b98c

parent

7428f4e90896e8a271901a8c10cdcdf0e0adcc0c

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M style.cssstyle.css

@@ -44,6 +44,7 @@ body {

margin: 0; } a { + font: 15px "Source Sans Pro", "Calibri", "Helvetica", "Arial", "Freesans", "Clean", sans-serif; background: transparent; } a:focus {

@@ -68,7 +69,7 @@ height: 0;

} code, pre { - font-family: monospace, serif; + font-family: monospace; font-size: 1em; } pre {