mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
13 lines
160 B
CSS
13 lines
160 B
CSS
![]() |
/* Custom table styling */
|
||
|
table {
|
||
|
margin-bottom: 24px;
|
||
|
width: 100%;
|
||
|
}
|
||
|
th {
|
||
|
background-color: #f0f0f0;
|
||
|
padding: 6px;
|
||
|
}
|
||
|
td {
|
||
|
padding: 6px;
|
||
|
}
|