mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Center table headings.
This commit is contained in:
parent
390fa983d7
commit
80a71a0171
1 changed files with 4 additions and 0 deletions
|
@ -287,6 +287,10 @@ th {
|
|||
background-color: #ede;
|
||||
}
|
||||
|
||||
th.head {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* -- other body styles ----------------------------------------------------- */
|
||||
|
||||
dl {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue