From 6b04c0f828090a9cfb32ee4ab88a387db1f04736 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 2 Feb 2012 00:14:01 +0100 Subject: [PATCH] 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. --- gtk/gtk-default.css | 1 - 1 file changed, 1 deletion(-) 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 {