--- trunk/tntnet/static/stylesheet.css 2007/11/28 21:02:21 87 +++ trunk/tntnet/static/stylesheet.css 2007/12/02 19:42:32 125 @@ -5,7 +5,9 @@ position: absolute; top: 0px; left: 0px; - width: 170px; + width: 190px; + height:auto !important; + height:500px; min-height: 500px; border-width: 1px; border-color: black; @@ -23,7 +25,7 @@ } body { - margin-left: 190px; + margin-left: 220px; margin-right: 100px; color: #000000; background: #ffffff; @@ -37,3 +39,15 @@ h2 { text-align: center; } + +.critical { + background: #ff0000; +} + +ul { + margin-top: 0px; +} + +ol { + margin-top: 0px; +}