Revision: 480
          http://rpy.svn.sourceforge.net/rpy/?rev=480&view=rev
Author:   lgautier
Date:     2008-04-05 07:57:27 -0700 (Sat, 05 Apr 2008)

Log Message:
-----------
- icons for emails (a little more modern that the original ones)
- padding for the side menu columns

Modified Paths:
--------------
    trunk/htdocs/index.data
    trunk/htdocs/style.css
    trunk/htdocs/template.html

Added Paths:
-----------
    trunk/htdocs/graphics/email.png

Added: trunk/htdocs/graphics/email.png
===================================================================
(Binary files differ)


Property changes on: trunk/htdocs/graphics/email.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/htdocs/index.data
===================================================================
--- trunk/htdocs/index.data     2008-04-05 14:14:49 UTC (rev 479)
+++ trunk/htdocs/index.data     2008-04-05 14:57:27 UTC (rev 480)
@@ -65,7 +65,7 @@
   <tbody>
   <tr>
   <td valign="top">
-    <img src="redhat-email-en_US.png" alt="mailbox">
+    <img src="graphics/email.png" alt="mailbox">
   </td>
 
   <td valign="middle"> Walter Moreira.
@@ -79,7 +79,7 @@
 
   <tr>
   <td valign="top">
-    <img src="RPy%20home%20page_files/redhat-email-en_US.png" alt="mailbox">
+    <img src="graphics/email.png" alt="mailbox">
   </td>
 
   <td valign="middle"> Gregory R. Warnes

Modified: trunk/htdocs/style.css
===================================================================
--- trunk/htdocs/style.css      2008-04-05 14:14:49 UTC (rev 479)
+++ trunk/htdocs/style.css      2008-04-05 14:57:27 UTC (rev 480)
@@ -91,6 +91,19 @@
   padding-top: 0px;
 }
 
+td.left
+{
+  vertical-align: top;
+  padding-right: 2em;
+  width: 20%;
+}
+td.right
+{
+  vertical-align: top;
+  padding-left: 2em;
+  width: 20%;
+}
+
 td.central
 {
   background-color: #edf1f6;

Modified: trunk/htdocs/template.html
===================================================================
--- trunk/htdocs/template.html  2008-04-05 14:14:49 UTC (rev 479)
+++ trunk/htdocs/template.html  2008-04-05 14:57:27 UTC (rev 480)
@@ -10,7 +10,7 @@
   <table class="box">
   <tbody>
   <tr>
-    <td valign="top" width="20%">
+    <td class="left">
 
   <!-- Logo -->
     <table class="box">
@@ -92,7 +92,7 @@
   <!-- END INCLUDE DATA HERE -->
   <!-- END Central section -->
   </td>
-  <td valign="top" width="20%">
+  <td class="right">
   <!-- News table -->
   <table class="box">
   <tbody>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to