gtk/tests/css/parser/shorthand.ref.css
2011-05-22 05:56:11 +02:00

7 lines
104 B
CSS

a {
border-bottom-width: 3;
border-left-width: 2;
border-right-width: 2;
border-top-width: 1;
}