citrun

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

commit f2a20b0aeceede2ccb98e18fcb21b38755f1e3c2
parent b8c5081359c7ca7576fc8fcdae2f2de5d2e900c0
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 10 Apr 2016 00:26:42 -0600

www: apply main style to body so man pages pick it up too

Diffstat:
Mwww/citrun.css | 2+-
Mwww/index.html | 2--
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/www/citrun.css b/www/citrun.css @@ -7,7 +7,7 @@ li { line-height: 1.5em; } /* * Make it about 80 chars width max. */ -.main { +body { max-width: 80ch; margin: auto; font-family: monospace; diff --git a/www/index.html b/www/index.html @@ -11,7 +11,6 @@ </head> <body> -<div class="main"> <h1>C It Run</h1> <hr /> <div class="link_bar"> @@ -79,7 +78,6 @@ <p> It wouldn't be stupid to run the integration tests either: </p> <pre> <span class="prompt">$</span> prove</pre> -</div> </body> </html>