gtk-web r637 - trunk



Author: mr
Date: Wed Jan 30 15:21:01 2008
New Revision: 637
URL: http://svn.gnome.org/viewvc/gtk-web?rev=637&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.

	* index.html: Add the contributing blurb to the back of the last
	paragraph.


Modified:
   trunk/ChangeLog
   trunk/gtk.css
   trunk/index.html

Modified: trunk/gtk.css
==============================================================================
--- trunk/gtk.css	(original)
+++ trunk/gtk.css	Wed Jan 30 15:21:01 2008
@@ -1,8 +1,9 @@
 /* GTK+ Green = #3ee63c, Red = #f6524d, Blue = #3e76e4 */
 
 body {
+    color : black;
     background : #d0d0cb;
-    width : 700px;
+    width : 50em;
     margin : 0 auto;
     font-family : sans-serif;
     color: black;
@@ -173,8 +174,8 @@
 }
 
 #menu td {
-    padding-left : 6px;
-    padding-right : 6px;
+    padding-left : 0.5em;
+    padding-right : 0.5em;
 }
 
 .current {
@@ -264,4 +265,4 @@
     border-style : solid;
     border-color : #3465a4;
     border-width : 1px 0 0 0;
-}
\ No newline at end of file
+}

Modified: trunk/index.html
==============================================================================
--- trunk/index.html	(original)
+++ trunk/index.html	Wed Jan 30 15:21:01 2008
@@ -51,8 +51,9 @@
 	  used in commercial projects, <a href="commerce.html">read the
 	    success stories...</a></p> 
 	<p>To find out how more about what GTK+ can do for you, visit our
-	  <a href="features.html">features</a> page.</p>
-	<p>If you want to <a href="development.html#Contributing">contribute</a>, you are more than welcome.</a></p>
+	  <a href="features.html">features</a> page. If you want to 
+	  <a href="development.html#Contributing">contribute</a>, you are 
+	  more than welcome</a>.</p> 
 	
 	<div id="columns">
 	  <div id="news">



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