citrun

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

commit 3bd27509d0db690cbc8bb9a285be2fd3edd68b02
parent 985c3c7591ddf9ad2a1fd92d4335bcf1117cc6b6
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  3 Apr 2016 00:07:14 -0600

www: use monospace font

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

diff --git a/www/citrun.css b/www/citrun.css @@ -7,7 +7,7 @@ li { } .main { - max-width: 80em; + max-width: 60em; margin: auto; - font: monospace; + font-family: monospace; }