Title: [waffle-scm] [570] branches/waffle-1.0/waffle-distribution/src/site/content: update web site stylesheet, fixed table row style on team list
Revision
570
Author
mward
Date
2008-01-21 22:46:21 -0600 (Mon, 21 Jan 2008)

Log Message

update web site stylesheet, fixed table row style on team list

Modified Paths


Diff

Modified: branches/waffle-1.0/waffle-distribution/src/site/content/team-list.html (569 => 570)

--- branches/waffle-1.0/waffle-distribution/src/site/content/team-list.html	2008-01-22 04:12:45 UTC (rev 569)
+++ branches/waffle-1.0/waffle-distribution/src/site/content/team-list.html	2008-01-22 04:46:21 UTC (rev 570)
@@ -56,7 +56,7 @@
     <td>-3</td>
     <td><span id="developer-3">-3</span></td>
   </tr>
-  <tr class="a">
+  <tr class="b">
     <td>fabio.kung</td>
     <td>Fabio Kung</td>
     <td>developer</td>
@@ -70,7 +70,7 @@
     <td>-3</td>
     <td><span id="developer-5">-3</span></td>
   </tr>
-  <tr class="a">
+  <tr class="b">
     <td>steppat</td>
     <td>Nico Steppat</td>
     <td>developer</td>
@@ -86,7 +86,7 @@
   <tr class="b">
     <td>Gleb Mazursky</td>
   </tr>
-  <tr class="b">
+  <tr class="a">
     <td><a href="" J. Klynstra</a> - for contributing the
       <a href="" Logo</a>.</td>
   </tr>

Modified: branches/waffle-1.0/waffle-distribution/src/site/resources/style/waffle.css (569 => 570)

--- branches/waffle-1.0/waffle-distribution/src/site/resources/style/waffle.css	2008-01-22 04:12:45 UTC (rev 569)
+++ branches/waffle-1.0/waffle-distribution/src/site/resources/style/waffle.css	2008-01-22 04:46:21 UTC (rev 570)
@@ -8,7 +8,8 @@
 
 #breadcrumbs {
   border: 1px solid;
-  background-color: #e6e6db;
+  background-color: #666D80;
+  color: white;
 }
 
 #leftColumn {
@@ -40,7 +41,8 @@
 
 #footer {
   width: 100%;
-  background-color: #e6e6db;
+  background-color: #666D80;
+  color: white;
   border: 1px solid;
   padding: 5px 0 5px 0;
   margin-top: 50px;


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to