Enlightenment CVS committal

Author  : raster
Project : web
Module  : www

Dir     : web/www


Modified Files:
        p.php style.css 


Log Message:


well after much pain - it was the feckin xhtml declaration that made the
table cells take a minimum size of a line of text. fark that.

===================================================================
RCS file: /cvs/e/web/www/p.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- p.php       21 Apr 2007 06:53:55 -0000      1.7
+++ p.php       21 Apr 2007 17:01:56 -0000      1.8
@@ -1,5 +1,4 @@
 <?php include 'site/site.php'; ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd";>
 <html>
 <head>
 <title><?php echo $title; ?></title>
===================================================================
RCS file: /cvs/e/web/www/style.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- style.css   21 Apr 2007 06:53:55 -0000      1.7
+++ style.css   21 Apr 2007 17:01:56 -0000      1.8
@@ -276,11 +276,21 @@
    float                  : left;
 }
 
-
 div.lr {
    float                  : right;
 }
 
+table.b {
+   padding                : 0px; 
+   margin                 : 0px; 
+   border                 : 0px; 
+   border-spacing         : 0px;
+   border-style           : none;
+   border-collapse        : collapse;
+   font-size              : 0px;
+   line-height            : 0px;
+}
+
 td.b1 { 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, 
sizingMethod=scale src='i/b1.png'); }
 td.b1[class] { background-image:url("i/b1.png"); }
 td.b2 { 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, 
sizingMethod=scale src='i/b2.png'); }
@@ -292,6 +302,7 @@
 td.b5 {
    background-image       : url("i/b5.png");
    font-family            : "Bitstream Vera", "Vera", "Trebuchet MS", 
Trebuchet, Tahoma, sans-serif;
+   font-size              : 11px;
    color                  : #ffffff;
    text-align             : left;
    vertical-align         : middle;



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to