citrun

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

commit 7216a3fab596fe314638b1c691aca50cfe410365
parent 772f1d7a00ce5c8200df621141529d2766d3f03d
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu,  4 Aug 2016 21:06:51 -0600

www: update

Diffstat:
Mwww/citrun-term.png | 0
Mwww/citrun.css | 9++++-----
Mwww/index.html | 2+-
3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/www/citrun-term.png b/www/citrun-term.png Binary files differ. diff --git a/www/citrun.css b/www/citrun.css @@ -4,9 +4,8 @@ li { line-height: 1.5em; } /* Booorriing. 80 char width monospace. */ body { - max-width: 80ch; + max-width: 70ch; margin: auto; - font-size: 1em ; font-family: sans-serif; } @@ -16,7 +15,7 @@ body { } .screenshot { - width: 50%; - float: right; - border: 1px dotted black; + width: 90%; + margin-left: 5%; + margin-right: 5%; } diff --git a/www/index.html b/www/index.html @@ -14,7 +14,6 @@ <h1>C It Run</h1> <hr /> - <img class="screenshot" src="citrun-term.png" alt="screenshot of citrun-term" ></img> <p><b>C It Run</b> lets you watch code execute. It shows what a running program is <i>really</i> doing. </p> @@ -25,6 +24,7 @@ can be easily identified and that execution flow can be summarized at a glance. <p> + <img class="screenshot" src="citrun-term.png" alt="screenshot of citrun-term" ></img> <h2>Packages</h2> <p>Current packages are available for these platforms/architectures: