citrun

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

commit bcdb62b064cf151f0810638e62a46beceef6314a
parent d8bae49958cbc7fcd5bd3691262c176119b0e359
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri,  1 Apr 2016 23:17:22 -0600

www: add css

Diffstat:
Awww/citrun.css | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/www/citrun.css b/www/citrun.css @@ -0,0 +1,12 @@ +p { + line-height: 1.5em; +} + +li { + line-height: 1.5em; +} + +.column { + max-width: 80em; + margin: auto; +}