Index: css/vhLibLogging.css =================================================================== diff -u -r176 -r177 --- css/vhLibLogging.css (.../vhLibLogging.css) (revision 176) +++ css/vhLibLogging.css (.../vhLibLogging.css) (revision 177) @@ -1,4 +1,9 @@ html, body {height:100%} html, body, div, h1, table, thead, th, tr, td {padding:0px; margin:0px;} -body {color:#000000; background:#eeeeee; font-family:Verdana,Sans-serif,Arial,Helvetica,sans-serif; font-size:12pt;} \ No newline at end of file +body {color:#000000; background:#eeeeee; font-family:Verdana,Sans-serif,Arial,Helvetica,sans-serif; font-size:12pt;} +h1 {font-size:15pt; font-weight:bold; padding:5px;} + +.header {position:fixed; z-index:10; left:0px; right:0px; top:0px; padding:5px; background-color:#eeeeee;} +.header-title-bar {background-color:#999999; border-radius:3px; } +.content {display:inline-block; min-width:100%; padding:5px; margin-top:45px;} \ No newline at end of file