diff options
author | Benjamin Otte <otte@redhat.com> | 2012-01-24 17:49:29 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-02-02 03:14:02 +0100 |
commit | e84af235ee0d99134f929855cba312e4c5fe7d31 (patch) | |
tree | 6595e835dc0895723b819e4d1557579ca5a28e5c /gtk/gtk-default.css | |
parent | f2352a5f35dea9be25951645c19aeab1553760ce (diff) | |
download | gtk+-e84af235ee0d99134f929855cba312e4c5fe7d31.tar.gz |
css: Implement padding as numbers
Also remove the now unused border parsing function for shorthands.
Diffstat (limited to 'gtk/gtk-default.css')
-rw-r--r-- | gtk/gtk-default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtk-default.css b/gtk/gtk-default.css index 9a7fe4e439..a27239e940 100644 --- a/gtk/gtk-default.css +++ b/gtk/gtk-default.css @@ -332,7 +332,7 @@ GtkLabel:selected:focused { GtkCalendar.view { border-width: 1px; border-style: inset; - padding: 1; + padding: 1px; } GtkCalendar.view:inconsistent { @@ -360,5 +360,5 @@ GtkCalendar.button:hover { .menu * { border-width: 0; - padding: 2; + padding: 2px; } |