about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2015-02-12 10:33:58 -0600
committerMarco Peereboom <marco@conformal.com>2015-02-12 10:33:58 -0600
commite983707da9788055cd9778623dac379fc98bdfaa (patch)
tree4aba43df735051d68f3178217fa14f70676278d8
parent0439242ccf7426453481294119067b699a6bc9e5 (diff)
downloadxombrero-e983707da9788055cd9778623dac379fc98bdfaa.tar.gz
playtime
-rw-r--r--xombrero.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/xombrero.css b/xombrero.css
index 88f8e75..88ea2db 100644
--- a/xombrero.css
+++ b/xombrero.css
@@ -25,12 +25,12 @@
 
 * {
 	border-width: 1px;
-	padding: 0;
-	margin: 0;
-	-GtkScrolledWindow-scrollbar-spacing: 0;
-	-GtkWidget-line-width: 0;
+	padding: 1;
+	margin: 1;
+	-GtkScrolledWindow-scrollbar-spacing: 1;
+	-GtkWidget-line-width: 1;
 }
-
+/*
 .button,
 GtkSpinner {
 	-GtkWidget-focus-padding: 0;
@@ -159,3 +159,4 @@ GtkScrollbar#hidden {
 #compact_tab GtkLabel#active {
 	color: @ct_active;
 }
+*/