--- httplint/httplint.css 2004/03/11 19:05:02 55 +++ httplint/httplint.css 2004/03/12 21:54:21 57 @@ -1,9 +1,14 @@ body { background-color: #eec; color: #000; font-family: sans-serif; } h1 { border-bottom: solid thick #31b531; font-size: 2em; } -form, pre { border: solid thin black; +form { border: solid thin black; background-color: white; padding: 0.5em; display: table; } form p { margin: 0; padding: 0.2em; } input[type="text"] { width: 20em; margin-right: 0.4em; } -pre { font-family: sans-serif; } +code { background-color: #fff; } +.warning { font-weight: bold; color: #f70; } +.error { font-weight: bold; color: #f00; } +.ok { color: #31b531; } +ul ul { margin-bottom: 1em; } +.cc { color: #888; font-size: small; }