mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 09:29:19 +08:00
DOC: adjust default table styling for a cleaner look
This commit is contained in:
@@ -595,8 +595,23 @@ tt {
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
margin-bottom: 1em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #ede;
|
||||
color: #333;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
#api-reference ul:first-child {
|
||||
|
||||
Reference in New Issue
Block a user