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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 117 - (hide annotations) (download) (as text)
Sat Dec 1 20:50:52 2007 UTC (16 years, 6 months ago) by torben
File MIME type: text/css
File size: 525 byte(s)
Hack to force IE6 to show the correct height

1 torben 87 #menubg {
2     background: #ff0000;
3     color: #ffffff;
4     margin: 8px;
5     position: absolute;
6     top: 0px;
7     left: 0px;
8 torben 117 width: 190px;
9     height:auto !important;
10     height:500px;
11 torben 87 min-height: 500px;
12     border-width: 1px;
13     border-color: black;
14     border-style: solid;
15     }
16    
17    
18     #menubox{
19     margin:8px;
20     margin-top:20px;
21     }
22    
23     .menu {
24     color: #ffffff;
25     }
26    
27     body {
28 torben 117 margin-left: 210px;
29 torben 87 margin-right: 100px;
30     color: #000000;
31     background: #ffffff;
32     }
33    
34    
35     h1 {
36     text-align: center;
37     }
38    
39     h2 {
40     text-align: center;
41     }
42 torben 111
43     .critical {
44     background: #ff0000;
45     }

  ViewVC Help
Powered by ViewVC 1.1.20