gtk2/testsuite/css/parser/shorthand.css
2013-05-15 15:37:17 +02:00

6 lines
120 B
CSS

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