mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01: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;
|
||
|
}
|
||
|
|