mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 519168. Address David's comments.
This commit is contained in:
parent
e1b43506e6
commit
144a4b1c79
@ -23,9 +23,9 @@
|
||||
|
||||
span { background: red; color: green; }
|
||||
|
||||
.X, .space { background:green; color:transparent; }
|
||||
.X::before { content:"X"; }
|
||||
.space::before { content:" "; }
|
||||
.X::before, .space::before { background:green; color:transparent; }
|
||||
.X::before { content:"X"; }
|
||||
.space::before { content:" "; }
|
||||
|
||||
]]></style>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user