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

6 lines
114 B
CSS

/* need to use an existing shorthand, the public API doesn't
* allow custom ones */
a {
border-width: 1 2 3;
}