/[H9]/trunk/tntnet/static/stylesheet.css
ViewVC logotype

Diff of /trunk/tntnet/static/stylesheet.css

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

revision 111 by torben, Fri Nov 30 16:05:11 2007 UTC revision 203 by torben, Sun Dec 9 19:58:21 2007 UTC
# Line 5  Line 5 
5          position: absolute;          position: absolute;
6          top: 0px;          top: 0px;
7          left: 0px;          left: 0px;
8          width: 170px;          width: 190px;
9            height:auto !important;
10            height:500px;
11          min-height: 500px;          min-height: 500px;
12          border-width: 1px;          border-width: 1px;
13          border-color: black;          border-color: black;
# Line 23  Line 25 
25  }  }
26    
27  body {  body {
28          margin-left: 190px;          margin-left: 220px;
29          margin-right: 100px;          margin-right: 100px;
30          color: #000000;          color: #000000;
31          background: #ffffff;          background: #ffffff;
32    
33            font-family: "Times New Roman", serif;
34  }  }
35    
36    
# Line 41  h2 { Line 45  h2 {
45  .critical {  .critical {
46          background: #ff0000;          background: #ff0000;
47  }  }
48    
49    ul {
50            margin-top: 0px;
51    }
52    
53    ol {
54            margin-top: 0px;        
55    }

Legend:
Removed from v.111  
changed lines
  Added in v.203

  ViewVC Help
Powered by ViewVC 1.1.20