gtk-web r638 - trunk



Author: mr
Date: Wed Jan 30 15:23:30 2008
New Revision: 638
URL: http://svn.gnome.org/viewvc/gtk-web?rev=638&view=rev

Log:
	* gtk.css: Make the width scalable and also the spacing between
	the menu items. Also set the body colour default to be black so it
	doesn't break for some themes.


Modified:
   trunk/gtk.css

Modified: trunk/gtk.css
==============================================================================
--- trunk/gtk.css	(original)
+++ trunk/gtk.css	Wed Jan 30 15:23:30 2008
@@ -3,7 +3,8 @@
 body {
     color : black;
     background : #d0d0cb;
-    width : 50em;
+/*    width : 45em;*/
+    width : 700px;
     margin : 0 auto;
     font-family : sans-serif;
     color: black;



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