6 lines
120 B
CSS
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;
|
||
|
}
|