restore horizontal.css

This commit is contained in:
Will McGugan
2022-05-20 14:00:15 +01:00
parent ba48050721
commit 5db995e6ed

View File

@@ -7,14 +7,12 @@ Horizontal {
.test { .test {
width: auto; width: auto;
height: auto; height: auto;
height: 5;
background: white 50%; background: white 50%;
/* border:solid green; */ border:solid green;
border-right: outer green;
border-left: outer blue;
padding: 0; padding: 0;
margin:3; margin:3;
align: center middle; align: center middle;
box-sizing: border-box; box-sizing: content-box;
} }