network_inventory/inventory/static/css/inventory.css

14 lines
180 B
CSS
Raw Normal View History

2017-12-25 23:54:37 +01:00
table, th, td {
border: 1px solid black;
}
th {
text-align: left;
}
2017-12-27 17:12:16 +01:00
body {
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 20px;
}