Added rules to make TD's, TH's behave more like navigator

git-svn-id: svn://10.0.0.236/trunk@3542 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-06-09 17:31:34 +00:00
parent ea99a264a9
commit ddcb788e1c
2 changed files with 24 additions and 10 deletions

View File

@@ -214,20 +214,27 @@ TABLE {
border-color: #C0C0C0;
cell-spacing: 4px;
}
TD {
TD, TH {
vertical-align: middle;
text-align: left;
border-style: inset;
border-color: #C0C0C0;
font-family: serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 11pt;
line-height: 1.1;
display: block;
cursor: arrow;
}
TH {
vertical-align: middle;
text-align: center;
font-weight: bold;
border-style: inset;
border-color: #C0C0C0;
text-align: center;
}
CAPTION {
text-align: center;
display: block;
}
MULTICOL {
display: block;