gtk/tests/reftests/css-match-style-property-order.css
Benjamin Otte e84af235ee css: Implement padding as numbers
Also remove the now unused border parsing function for shorthands.
2012-02-02 03:14:02 +01:00

13 lines
130 B
CSS

* {
-GtkWidget-focus-line-width: 0;
padding: 0
}
#test {
-GtkWidget-focus-line-width: 20
}
#reference {
padding: 20px
}