Fix up styling of tables in documentation
This commit is contained in:
12
docs/extra.css
Normal file
12
docs/extra.css
Normal file
@@ -0,0 +1,12 @@
|
||||
/* Custom table styling */
|
||||
table {
|
||||
margin-bottom: 24px;
|
||||
width: 100%;
|
||||
}
|
||||
th {
|
||||
background-color: #f0f0f0;
|
||||
padding: 6px;
|
||||
}
|
||||
td {
|
||||
padding: 6px;
|
||||
}
|
Reference in New Issue
Block a user