[Pkg-octave-commit] r976 - www

Rafael Laboissiere rafael at alioth.debian.org
Wed Jul 18 13:17:13 UTC 2007


Author: rafael
Date: 2007-07-18 13:17:13 +0000 (Wed, 18 Jul 2007)
New Revision: 976

Modified:
   www/common.css
   www/dog.css
Log:
Reduced body width.  I hope this will improve legibility of the web site.


Modified: www/common.css
===================================================================
--- www/common.css	2007-07-18 11:52:10 UTC (rev 975)
+++ www/common.css	2007-07-18 13:17:13 UTC (rev 976)
@@ -1,8 +1,9 @@
 body {
   color: black;
   background-color: white;
-  margin-left: 3%;
-  margin-right: 3%
+  width: 60em;
+  max-width: 90%;
+  margin: auto;
 }
 
 h1 {

Modified: www/dog.css
===================================================================
--- www/dog.css	2007-07-18 11:52:10 UTC (rev 975)
+++ www/dog.css	2007-07-18 13:17:13 UTC (rev 976)
@@ -15,7 +15,7 @@
 }
 
 #Content {
-  margin: 0 12em 0 0;
+  margin: 0 0 0 0;
   padding: 5px;
 }
 




More information about the Pkg-octave-commit mailing list