Remove redundant html markup and refashion table display a la fois.

This commit is contained in:
z3d
2009-07-28 13:06:19 +00:00
parent 256bb771e1
commit 73f8cb4819
14 changed files with 131 additions and 92 deletions

View File

@ -307,10 +307,13 @@ th {
background: #b4c8ff url('images/tabletitlelight.png') repeat-x;
text-align: center;
font-size: 9pt;
border-bottom: 1px solid #001;
border-top: 1px solid #001;
}
tr {
vertical-align: middle !important;
align: center;
}
tr:nth-child(even) {
@ -331,6 +334,8 @@ td {
padding: 5px;
color: #000;
vertical-align: middle;
border-top: 1px inset #001;
border-bottom: 1px outset #99f;
}
tt {
@ -626,4 +631,14 @@ form {}
.joblog:ul {
word-wrap: break-word !important;
}
.smallhead {
font-size: 7pt
}
.mediumtags {
font-size: 8pt;
font-style: italic;
font-weight: bold;
}