Enlightenment CVS committal

Author  : raster
Project : web
Module  : www

Dir     : web/www


Modified Files:
        p.php style.css 


Log Message:


1. make site a bit thinner - 800px wide now works (should).
2. ul for subs now.

===================================================================
RCS file: /cvs/e/web/www/p.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- p.php       27 Mar 2007 02:42:38 -0000      1.3
+++ p.php       31 Mar 2007 03:26:27 -0000      1.4
@@ -28,8 +28,9 @@
 <img src="i/_.gif" width=4 height=4>
   <?php show_langs("p/lang1"); ?>
 </td>
-<td class="tl" width=612 height=250 valign=bottom align=center>
- <img src="i/_.gif" width=612 height=1><?php nav_subs(); ?>
+<td class="tl" width=600 height=250>
+ <img src="i/_.gif" width=600 height=1><br>
+ <?php nav_subs(); ?>
 </td>
 <td class="t"  width=50% valign=top align=right>
  <table width=100px height=100px border=0 cellpadding=0 cellspacing=0>
===================================================================
RCS file: /cvs/e/web/www/style.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- style.css   27 Mar 2007 12:21:06 -0000      1.4
+++ style.css   31 Mar 2007 03:26:27 -0000      1.5
@@ -17,6 +17,13 @@
 //td.tl { 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, 
sizingMethod=scale src='i/tl.png'); }
 td.tl { background-image:url("i/tl.gif"); }
 td.tl[class] { background-image:url("i/tl.png"); }
+td.tl {
+   align                  : middle;
+   text-align             : center;
+   vertical-align         : bottom;
+   width                  : 600px;
+   height                 : 250px;
+}
 
 div.main {
    margin                 : 1em;
@@ -160,19 +167,6 @@
 td.rnav { background-image:url("i/n.gif"); }
 td.rnav[class] { background-image:url("i/n.png"); }
 
-td.nav {
-   align                  : middle;
-   text-align             : center;
-   vertical-align         : middle;
-   width                  : 100px;
-   font-family            : "Bitstream Vera", "Vera", "Trebuchet MS", 
Trebuchet, Tahoma, sans-serif;
-   color                  : #222222;
-   font-size              : 9px;
-   font-weight            : bold;
-   white-space            : no-wrap;
-   display                : block;
-}
-
 a.nav:link {
    color                  : #888888;
    text-decoration        : none;
@@ -197,6 +191,38 @@
    display                : block;
 }
 
+li.navul, ul.navul {
+   font-family            : "Bitstream Vera", "Vera", "Trebuchet MS", 
Trebuchet, Tahoma, sans-serif;
+   color                  : #222222;
+   font-size              : 9px;
+   font-weight            : bold;
+//   white-space            : no-wrap;
+//   text-transform         : none;
+//   list-style-type        : none;
+   list-style             : none;
+   display                : inline;
+}
+
+a.navul:link {
+   color                  : #888888;
+   text-decoration        : none;
+}
+
+a.navul:visited {
+   color                  : #888888;
+   text-decoration        : none;
+}
+
+a.navul:active {
+   color                  : #000000;
+   text-decoration        : none;
+}
+
+a.navul:hover {
+   color                  : #444444;
+   text-decoration        : none;
+}
+
 
 
 
@@ -212,6 +238,7 @@
 
 // OLD CSS STUFF TO STEAL FROM
 
+/*
 table.main {
    border                 : 0;
    cellpadding            : 8;
@@ -439,3 +466,4 @@
    padding                : 0px;
    margin                 : 2px;
 }
+*/



-------------------------------------------------------------------------
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