[Pkg-octave-commit] rev 220 - trunk/www

Rafael Laboissiere pkg-octave-devel@lists.alioth.debian.org
Wed, 08 Jun 2005 16:28:16 +0000


Author: rafael
Date: 2005-06-08 16:28:16 +0000 (Wed, 08 Jun 2005)
New Revision: 220

Modified:
   trunk/www/guidelines.css
Log:
Added background color for contents <div>


Modified: trunk/www/guidelines.css
===================================================================
--- trunk/www/guidelines.css	2005-06-08 16:23:54 UTC (rev 219)
+++ trunk/www/guidelines.css	2005-06-08 16:28:16 UTC (rev 220)
@@ -253,3 +253,7 @@
 
 ul.auto-toc {
   list-style-type: none }
+
+#contents { 
+  background:  #eec;
+            }
\ No newline at end of file