citrun

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

commit c586b85788cade38e02150ff2190e568603de298
parent 032c93bee58aa9982461470cfdfc4e3dc79a1d08
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Tue,  5 Apr 2016 16:57:27 -0600

www: max-width 80ch

Diffstat:
Mwww/citrun.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/citrun.css b/www/citrun.css @@ -8,7 +8,7 @@ li { line-height: 1.5em; } * Make it about 80 chars width max. */ .main { - max-width: 60em; + max-width: 80ch; margin: auto; font-family: monospace; }