mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
281 B
CSS
19 lines
281 B
CSS
|
|
#numberone {
|
|
-moz-binding: url('insaneInsertion.xml#numberone');
|
|
border: 1px solid blue;
|
|
padding: 2px;
|
|
}
|
|
|
|
#numbertwo {
|
|
-moz-binding: url('insaneInsertion2.xml#numbertwo');
|
|
border: 1px solid purple;
|
|
padding: 2px;
|
|
}
|
|
|
|
text {
|
|
border: 1px solid green;
|
|
padding: 2px;
|
|
}
|
|
|