citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit a412aa5601d7c7164fbb47476486ad36fb547912
parent 242d0effe126a13cedcc948dce4e0a8dcdcedd75
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri,  5 Aug 2016 00:24:08 -0600

www: add some padding

Diffstat:
Mwww/citrun.css | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/www/citrun.css b/www/citrun.css @@ -1,16 +1,14 @@ -/* This is necessary IMHO. */ p { line-height: 1.5em; } li { line-height: 1.5em; } -/* Booorriing. 80 char width monospace. */ body { max-width: 70ch; + padding: 10px; margin: auto; font-family: sans-serif; } .inline_logo { - /* Logos next to text need to be the same size as the text. */ height: 1em; }