summaryrefslogtreecommitdiff
path: root/gtk/gtk-default.css
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-24 17:49:29 +0100
committerBenjamin Otte <otte@redhat.com>2012-02-02 03:14:02 +0100
commite84af235ee0d99134f929855cba312e4c5fe7d31 (patch)
tree6595e835dc0895723b819e4d1557579ca5a28e5c /gtk/gtk-default.css
parentf2352a5f35dea9be25951645c19aeab1553760ce (diff)
downloadgtk+-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.css4
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;
}