Ensure docks error thrown correctly

This commit is contained in:
Darren Burns
2022-04-25 15:28:11 +01:00
parent 34f4f5b8cc
commit 37f18247b5
3 changed files with 8 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
#uber1 {
layout: dock;
docks: x=left/y;
docks: x=left/2 y=right/3;
background: dark_green;
overflow: auto auto;
border: heavy white;
@@ -11,5 +11,5 @@
min-width: 80;
background: dark_blue;
padding: 2;
border: solid x;
border: solid red;
}