mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
restore horizontal.css
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user