summaryrefslogtreecommitdiff
path: root/gtk/gtk-default.css
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-02-02 00:14:01 +0100
committerBenjamin Otte <otte@redhat.com>2012-02-02 00:14:01 +0100
commit6b04c0f828090a9cfb32ee4ab88a387db1f04736 (patch)
treedb8f8ae0617ed43d19f71faaa6c356aa2459d4db /gtk/gtk-default.css
parent21e20b0d5bf561a038c48ead0b5d7a3bd14451ce (diff)
downloadgtk+-6b04c0f828090a9cfb32ee4ab88a387db1f04736.tar.gz
raleigh: remove general 'padding' declaration
Fixes reftests that were broken after images and labels applied padding. Things look much more cramped now. On the plus side, treeview headers and comboboxes have better spacing. Menubars look like crap now though. Needs someone with artistical talent to figure out.
Diffstat (limited to 'gtk/gtk-default.css')
-rw-r--r--gtk/gtk-default.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtk-default.css b/gtk/gtk-default.css
index e182c6e0b4..de3e95cdaf 100644
--- a/gtk/gtk-default.css
+++ b/gtk/gtk-default.css
@@ -20,7 +20,6 @@
* {
color: @fg_color;
border-color: shade (@bg_color, 0.6);
- padding: 2;
}
GtkWindow, .button, .slider {