- hack for MSIE5 to make (real) tables center

- remove last <center> element (long deprecated in HTML)
This commit is contained in:
Fred Drake 2004-11-10 19:22:05 +00:00
parent 9c8149a162
commit 0a3c818fc5
2 changed files with 13 additions and 13 deletions

View file

@ -196,9 +196,9 @@ address { font-size: 80%; }
border-left-width: 0px;
vertical-align: baseline;
}
.realtable .center { text-align: center; }
.realtable .left { text-align: left; }
.realtable .right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.refcount-info { font-style: italic; }
.refcount-info .value { font-weight: bold;