mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Fix up styling of tables in documentation
This commit is contained in:
parent
058c78d8be
commit
66a99e13bb
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;
|
||||||
|
}
|
@ -7,11 +7,12 @@ python:
|
|||||||
theme:
|
theme:
|
||||||
name: readthedocs
|
name: readthedocs
|
||||||
navigation_depth: 3
|
navigation_depth: 3
|
||||||
|
extra_css:
|
||||||
|
- extra.css
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition:
|
- admonition:
|
||||||
- markdown_include.include:
|
- markdown_include.include:
|
||||||
headingOffset: 1
|
headingOffset: 1
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Introduction: 'index.md'
|
- Introduction: 'index.md'
|
||||||
- Installation:
|
- Installation:
|
||||||
|
Loading…
Reference in New Issue
Block a user