mirror of
https://github.com/unraid/webgui.git
synced 2025-12-31 14:40:36 -06:00
16 lines
224 B
CSS
16 lines
224 B
CSS
table.pre {
|
|
margin-top: 0;
|
|
background: transparent;
|
|
}
|
|
table.pre td:first-child {
|
|
width: 144px;
|
|
}
|
|
table tr td {
|
|
padding: 0 0 3px 0;
|
|
margin: 0;
|
|
}
|
|
table tr td.thin {
|
|
line-height: 8px;
|
|
height: 8px;
|
|
}
|