/[james]/httplint/httplint.css
ViewVC logotype

Diff of /httplint/httplint.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 55 by james, Thu Mar 11 19:05:02 2004 UTC revision 57 by james, Fri Mar 12 21:54:21 2004 UTC
# Line 1  Line 1 
1  body { background-color: #eec; color: #000;  body { background-color: #eec; color: #000;
2          font-family: sans-serif; }          font-family: sans-serif; }
3  h1 { border-bottom: solid thick #31b531; font-size: 2em; }  h1 { border-bottom: solid thick #31b531; font-size: 2em; }
4  form, pre { border: solid thin black;  form { border: solid thin black;
5          background-color: white;          background-color: white;
6          padding: 0.5em; display: table; }          padding: 0.5em; display: table; }
7  form p { margin: 0; padding: 0.2em; }  form p { margin: 0; padding: 0.2em; }
8  input[type="text"] { width: 20em; margin-right: 0.4em; }  input[type="text"] { width: 20em; margin-right: 0.4em; }
9  pre { font-family: sans-serif; }  code { background-color: #fff; }
10    .warning { font-weight: bold; color: #f70; }
11    .error { font-weight: bold; color: #f00; }
12    .ok { color: #31b531; }
13    ul ul { margin-bottom: 1em; }
14    .cc { color: #888; font-size: small; }

Legend:
Removed from v.55  
changed lines
  Added in v.57

  ViewVC Help
Powered by ViewVC 1.1.26