mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
1126a34353
Testclase included. Also reorder headers to be alphabetic.
10 lines
114 B
CSS
10 lines
114 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
.test {
|
|
box-shadow: 0 0 0 1px red;
|
|
}
|
|
|
|
.reference {
|
|
border: 1px solid red;
|
|
}
|