[gtk+] raleigh: remove general 'padding' declaration



commit 6b04c0f828090a9cfb32ee4ab88a387db1f04736
Author: Benjamin Otte <otte redhat com>
Date:   Thu Feb 2 00:14:01 2012 +0100

    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 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtk-default.css b/gtk/gtk-default.css
index e182c6e..de3e95c 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 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]