mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
9e4901e8ce
This reverts part of 91497348bf
28 lines
249 B
CSS
28 lines
249 B
CSS
a {
|
|
border-image-width: 1 2 3 4;
|
|
}
|
|
|
|
b {
|
|
border-image-width: 1 2 3;
|
|
}
|
|
|
|
c {
|
|
border-image-width: 1 2;
|
|
}
|
|
|
|
d {
|
|
border-image-width: 1;
|
|
}
|
|
|
|
e {
|
|
border-image-width: 0;
|
|
}
|
|
|
|
f {
|
|
border-image-width: 1px 2px 3 4px;
|
|
}
|
|
|
|
n {
|
|
border-image-width: 1 2;
|
|
}
|