mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
128 B
CSS
11 lines
128 B
CSS
root {
|
|
display: block;
|
|
margin: 20px 0;
|
|
}
|
|
leaf {
|
|
display: block;
|
|
background-color: green;
|
|
margin: 10px 0;
|
|
height: 100px;
|
|
}
|