gtk/tests/css/parser/shorthand.css

6 lines
120 B
CSS
Raw Normal View History

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