mirror of
https://github.com/unraid/webgui.git
synced 2026-04-27 05:19:44 -05: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;
|
|
}
|