mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-27 05:37:16 -05:00
Improve table formatting.
This commit is contained in:
@@ -261,7 +261,7 @@ table.docutils {
|
||||
}
|
||||
|
||||
table.docutils td, table.docutils th {
|
||||
padding: 1px 8px 1px 0;
|
||||
padding: 1px 8px 1px 5px;
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
|
||||
@@ -232,3 +232,7 @@ tt {
|
||||
padding: 0 1px 0 1px;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #ede;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user