gtk/tests/css/parser/border.ref.css

32 lines
254 B
CSS
Raw Normal View History

2011-04-09 23:53:31 +00:00
a {
border-property: 1 2 3 4;
}
b {
border-property: 1 2 3;
}
c {
border-property: 1 2;
}
d {
border-property: 1;
}
e {
border-property: 0;
}
f {
border-property: 1 2 3 4;
}
n {
border-property: 1 2;
}
o {
border-property: none;
}