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

Rafael Laboissiere pkg-octave-devel@lists.alioth.debian.org
Thu, 09 Jun 2005 01:21:58 +0000


Author: rafael
Date: 2005-06-09 01:21:58 +0000 (Thu, 09 Jun 2005)
New Revision: 222

Modified:
   trunk/www/common.css
   trunk/www/dog.css
Log:
Move to common.css style specification for <body>


Modified: trunk/www/common.css
===================================================================
--- trunk/www/common.css	2005-06-08 16:52:38 UTC (rev 221)
+++ trunk/www/common.css	2005-06-09 01:21:58 UTC (rev 222)
@@ -1,3 +1,10 @@
+body {
+  color: black;
+  background-color: white;
+  margin-left: 3%;
+  margin-right: 3%
+}
+
 h1 {
   font-size: 1.2em;
   font-weight: bold;

Modified: trunk/www/dog.css
===================================================================
--- trunk/www/dog.css	2005-06-08 16:52:38 UTC (rev 221)
+++ trunk/www/dog.css	2005-06-09 01:21:58 UTC (rev 222)
@@ -1,12 +1,5 @@
 @import "common.css";
 
-body {
-  color: black;
-  background-color: white;
-  margin-left: 3%;
-  margin-right: 3%
-}
-
 table.pkg {
   border: 0pt;
 }