citrun

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

commit 077bfceba334329406c7f0f5f1e04ef0035a11a9
parent a59884cda6af7cb58ac70321fb723149e51785a7
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 11 Jul 2016 21:48:01 -0600

www: clean up css

Diffstat:
Mwww/citrun.css | 14++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/www/citrun.css b/www/citrun.css @@ -10,17 +10,15 @@ body { font-family: monospace; } -/* For "prompt" style stuff */ -.prompt { - color: green; -} - -/* This is for the link bar just below the main title. */ .link_bar { - text-align: right; + float: right; } -/* Logos next to text need to be the same size as the text. */ .inline_logo { + /* Logos next to text need to be the same size as the text. */ height: 1em; } + +h2 { + font-weight: normal; +}