mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
f22c986102
Borders now expect 'px'.
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;
|
|
}
|