mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
- hack for MSIE5 to make (real) tables center
- remove last <center> element (long deprecated in HTML)
This commit is contained in:
parent
9c8149a162
commit
0a3c818fc5
2 changed files with 13 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue