#banner img { margin:6px 0; }
-#nav {
+li#thismenu a { color:rgb(17,45,137); background: url(/inc/b/r.png) no-repeat 100% -20px; }
+li#thismenu { background: url(/inc/b/l.png) no-repeat 0% -20px; }
+
+
+.nav {
float:left;
width:780px;
background:#fff;
margin:0 10px 10px;
}
-#nav ul {
+.nav ul {
margin:0;
padding:0;
list-style:none;
}
-#nav li {
+.nav li {
float:left;
margin:0 .5em 0 0;
padding:0 0 0 4px;
background: url(/inc/b/l.png) no-repeat left top;
}
-#nav li a {
+.nav li a {
display:block;
background:url(/inc/b/r.png) no-repeat right top;
padding:0 11px 0 7px;
line-height:20px;
}
-#nav li a:hover {
+.nav li a:hover {
background: url(/inc/b/r.png) no-repeat 100% -20px;
color:rgb(17,45,137);
border: 0;
}
-#nav li:hover { background: url(/inc/b/l.png) no-repeat 0% -20px; }
+.nav li:hover { background: url(/inc/b/l.png) no-repeat 0% -20px; }
-#main {
+.main {
clear:both;
margin:0 5px;
}
-#main a {
+.main a {
text-decoration: none;
color: rgb(17,45,137);
font-weight: bold;
.status, .detail { border-bottom: 1px #fff solid; }
tr.last td { border-bottom: 1px #aaa solid; }
-.pass td.status, .pass td.detail { background: #6f6; }
-.warn td.status, .warn td.detail { background: #fc3; }
-.warnx td.status, .warn td.detail { background: #f99; }
-.fail td.status, .fail td.detail { background: #f66; }
+.pass td.status, .pass td.detail, td.pass { background: #6f6; }
+.warn td.status, .warn td.detail, td.warn { background: #fc3; }
+.warnx td.status, .warn td.detail, td.warnx { background: #f99; }
+.fail td.status, .fail td.detail, td.fail { background: #f66; }
body.history th { text-align: right; }
body.application table { margin: 0 auto; }
body.application th { text-align: right; }
.compiler { color: navy; }
.arch { color: purple; }
-td.flags { white-space: normal; font-size: x-small; }
+td.flags { white-space: nowrap; font-size: x-small; }
+td.failflags {white-space: nowrap; font-size: x-small; }