gecko-dev/webtools/tinderbox3/server/tbox3-admin.css
2003-02-03 03:43:28 +00:00

25 lines
285 B
CSS

body {
background-color: #CCCCCC;
}
table {
empty-cells: show
}
table.editlist {
border-spacing: 0px;
border-collapse: collapse
}
table.editlist td {
border: 1px solid black
}
table.editlist th {
border: 0px solid black
}
.obsolete {
text-decoration: line-through
}