citrun

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

commit 0dd49fc6169fff94e0b78e674ece100969845492
parent 23e06dd6cbd83f589322ca94ade4eb1673dd7537
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 18 Dec 2016 14:59:37 -0700

www: remove unneeded .screenshot class

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

diff --git a/www/citrun.css b/www/citrun.css @@ -10,7 +10,3 @@ body { .inline_logo { height: 1em; } - -.screenshot { - width: 100%; -} diff --git a/www/index.html b/www/index.html @@ -20,8 +20,8 @@ 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" width="100%" height="auto" /> + <img src="citrun-term.png" alt="screenshot of citrun-term" + width="100%" height="auto" /> <p> The C/C++ programming languages are supported on UNIX like systems. </p>