Enlightenment CVS committal

Author  : raster
Project : web
Module  : www

Dir     : web/www


Modified Files:
        p.php style.css 


Log Message:


move columns to a different div - optional.

===================================================================
RCS file: /cvs/e/web/www/p.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- p.php       24 Mar 2007 15:45:50 -0000      1.1
+++ p.php       25 Mar 2007 06:23:25 -0000      1.2
@@ -47,7 +47,9 @@
 </tr></table>
 
 <center>
-<div class="bod"><?php include_once "p/$page/$lang-body" ?></div>
+<div class="main">     
+<?php include_once "p/$page/$lang-body" ?>
+</div>
 </center>
 
 <hr>
===================================================================
RCS file: /cvs/e/web/www/style.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- style.css   25 Mar 2007 05:59:52 -0000      1.2
+++ style.css   25 Mar 2007 06:23:25 -0000      1.3
@@ -18,6 +18,15 @@
 td.tl { background-image:url("i/tl.gif"); }
 td.tl[class] { background-image:url("i/tl.png"); }
 
+div.main {
+   margin                 : 1em;
+   text-align             : left;
+   vertical-align         : top;
+   font-family            : "Bitstream Vera", "Vera", "Trebuchet MS", 
Trebuchet, Tahoma, sans-serif;
+   color                  : #444444;
+   font-size              : 0.7em;
+}
+
 div.bod {
    column-width           : 15em;
    -moz-column-width      : 15em;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to