mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
157 B
CSS
12 lines
157 B
CSS
box.first {
|
|
-moz-binding: url('name.xbl#first');
|
|
}
|
|
|
|
.second {
|
|
-moz-binding: url('name.xbl#second');
|
|
}
|
|
|
|
.third {
|
|
-moz-binding: url('name.xbl#third');
|
|
}
|