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-win32.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-win32.css')
-rw-r--r-- | gtk/gtk-win32.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk-win32.css b/gtk/gtk-win32.css index e1782fc941..e1d604a203 100644 --- a/gtk/gtk-win32.css +++ b/gtk/gtk-win32.css @@ -607,7 +607,7 @@ GtkComboBox.combobox-entry .button:insensitive { .notebook tab:active { background-image: -gtk-win32-theme-part(tab, 1 3, margins(0 0 -1 0)); - padding: 4; + padding: 4px; } .notebook tab:last-child { |