mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
9a5f482e1a
We are phasing out the fringe pixbuf loaders, so xpm is going away as a default-supported image format.
10 lines
130 B
CSS
10 lines
130 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
#reference1 {
|
|
background: lime;
|
|
}
|
|
|
|
#reference2 {
|
|
background: url("marble.png") no-repeat;
|
|
}
|