Galeon tab scrollbar fix.
authorshort <>
Sun, 22 May 2005 14:33:48 +0000 (14:33 +0000)
committershort <>
Sun, 22 May 2005 14:33:48 +0000 (14:33 +0000)
.gtkrc-2.0 [new file with mode: 0644]

diff --git a/.gtkrc-2.0 b/.gtkrc-2.0
new file mode 100644 (file)
index 0000000..1b2f8b8
--- /dev/null
@@ -0,0 +1,10 @@
+# $Id$
+
+
+# Galeon tab scrollbars fix; http://bugzilla.gnome.org/show_bug.cgi?id=304805
+style "thickness0"
+{
+  xthickness = 0
+  ythickness = 0
+}
+class "GulNotebook" style "thickness0"