From: Gerd Flaig Date: Fri, 2 Jan 2009 16:36:17 +0000 (+0100) Subject: Make prompt stand out some more X-Git-Url: http://git.pond.sub.org/?p=eow;a=commitdiff_plain;h=ccd3edf79e55da2df4a3e7fbf31add1bd250f354 Make prompt stand out some more --- diff --git a/static/style.css b/static/style.css index 197a836..e77d5b4 100644 --- a/static/style.css +++ b/static/style.css @@ -10,7 +10,7 @@ td.inputtd { width:100%; } #input { margin-left: 8px; color: #666; overflow: hidden; } #output{ margin-left: 8px; margin-top: 8px; } #output pre { margin: 1px; } -.less { color: #666; } +.less { color: #7e0; background: #222; } .info { color: #090; } table { padding: 0px; margin: 0px; border-collapse: collapse; border-spacing: 0px; } td { padding: 0px; margin: 0px; vertical-align: top; font-size: 12px; font-family: monospace; }