Files
textual/sandbox/uber.css
2022-04-25 16:53:08 +01:00

17 lines
249 B
CSS

#uber1 {
layout: dock;
docks: x=left/2 y=right/3;
background: dark_green;
overflow: auto auto;
border: heavy white;
}
.list-item {
dock: ac2 2;
height: 8;
min-width: 80;
background: dark_blue;
padding: 2;
border: solid red;
}