citrun

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

commit 599356c3d4a07051be29eaf4c21e588d8c3b3c8b
parent 077bfceba334329406c7f0f5f1e04ef0035a11a9
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 11 Jul 2016 23:16:50 -0600

www: remove link bar

Diffstat:
Mwww/citrun.css | 6+-----
Mwww/index.html | 8+-------
2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/www/citrun.css b/www/citrun.css @@ -10,15 +10,11 @@ body { font-family: monospace; } -.link_bar { - float: right; -} - .inline_logo { /* Logos next to text need to be the same size as the text. */ height: 1em; } -h2 { +h1, h2 { font-weight: normal; } diff --git a/www/index.html b/www/index.html @@ -13,12 +13,6 @@ <body> <h1>C It Run</h1> <hr /> - <div class="link_bar"> - <a href="http://0x30.net:8010">bb</a> - <a href="pkg/">pkg</a> - <a href="src/">src</a> - <a href="http://www.0x30.net">home</a> - </div> <p><b>C It Run</b> lets you watch code execute. It attempts to give some sense of what a running program is <i>really doing</i>. @@ -71,7 +65,7 @@ </ul> <h2>Documentation</h2> - <p>This is where you want to start out: + <p>This is where you want to start: </p> <ul> <li><a href="man/citrun-wrap.1.html">citrun-wrap(1)</a>