This commit is contained in:
Eelco Dolstra
2008-11-13 14:54:50 +00:00
parent 46dc10847a
commit f6f5309a02
8 changed files with 185 additions and 19 deletions

View File

@ -38,6 +38,10 @@ td, th {
border: solid black 1px;
}
td {
vertical-align: top;
}
th {
background: #ffffc0;
}
@ -145,6 +149,7 @@ td.buildfarmMainColumn {
.error-msg {
color: red;
white-space: pre;
}
pre.buildlog {
@ -321,3 +326,13 @@ h1 {
#footer {
font-size: 80%;
}
/* Editing */
input.string {
font-family: sans-serif;
font-size: 100%;
background-color: #fffff0;
width: 30em;
}