gtk/tests/css/parser/shorthand.ref.css

7 lines
104 B
CSS
Raw Normal View History

2011-05-22 01:09:23 +00:00
a {
border-bottom-width: 3;
border-left-width: 2;
border-right-width: 2;
border-top-width: 1;
}