network_inventory/network_inventory/static/inventory/css/inventory.css

30 lines
348 B
CSS
Raw Normal View History

2017-12-27 18:21:07 +01:00
body {
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 20px;
}
2017-12-25 23:54:37 +01:00
table, th, td {
border: 1px solid black;
}
2017-12-27 17:21:08 +01:00
2017-12-25 23:54:37 +01:00
th {
text-align: left;
}
2017-12-27 17:12:16 +01:00
2017-12-27 18:22:52 +01:00
th, td {
padding: 5px;
2017-12-27 18:22:52 +01:00
}
code {
background-color: lightgray;
clear: left;
border: 1px solid;
padding: 5px;
}
2017-12-27 18:22:06 +01:00
p.copyright {
font-size:10px
2017-12-27 17:12:16 +01:00
}