netbox/docs/extra.css
2020-03-26 11:54:58 -04:00

13 lines
160 B
CSS

/* Custom table styling */
table {
margin-bottom: 24px;
width: 100%;
}
th {
background-color: #f0f0f0;
padding: 6px;
}
td {
padding: 6px;
}