[gnome-themes-standard] notebook: don't add padding inside the notebook child area



commit 84fc666bcc2c739e1272009aad84735065bf629b
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Nov 18 12:13:29 2011 -0500

    notebook: don't add padding inside the notebook child area
    
    This was mostly a workaround for a GtkNotebook bug, as it didn't
    allocate the border-width size.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 979985a..747f251 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -463,7 +463,7 @@ GtkScrolledWindow.frame {
  * tabs          *
  *****************/
 .notebook {
-    padding: 2;
+    padding: 0;
 
     border-color: @notebook_border;
     border-style: solid;



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