forked from AuroraMiddleware/gtk
91497348bf
I have not tracked down in detail where all these changes originate, this commit just gets things back to working again.
49 lines
298 B
CSS
49 lines
298 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;
|
|
}
|
|
|
|
g {
|
|
}
|
|
|
|
h {
|
|
}
|
|
|
|
i {
|
|
}
|
|
|
|
j {
|
|
}
|
|
|
|
k {
|
|
}
|
|
|
|
l {
|
|
}
|
|
|
|
m {
|
|
}
|
|
|
|
n {
|
|
border-image-width: 1 2;
|
|
}
|