You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2011/07/07 00:33:04 UTC

svn commit: r792345 - in /websites/production/openofficeorg: ./ content/openofficeorg/css/ooo.css content/openofficeorg/people.html

Author: wave
Date: Wed Jul  6 22:33:03 2011
New Revision: 792345

Log:
inserting class and not using   in names to avoid wrapping in columns 2 and 3

Modified:
    websites/production/openofficeorg/   (props changed)
    websites/production/openofficeorg/content/openofficeorg/css/ooo.css
    websites/production/openofficeorg/content/openofficeorg/people.html

Propchange: websites/production/openofficeorg/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Jul  6 22:33:03 2011
@@ -1 +1 @@
-/websites/staging/openofficeorg/trunk:791146-792338
+/websites/staging/openofficeorg/trunk:791146-792344

Modified: websites/production/openofficeorg/content/openofficeorg/css/ooo.css
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/css/ooo.css (original)
+++ websites/production/openofficeorg/content/openofficeorg/css/ooo.css Wed Jul  6 22:33:03 2011
@@ -99,6 +99,26 @@ td {
   font-size: 0.9em;
 }
 
+.w140 {
+  width: 140px;
+}
+
+.w160 {
+  width: 160px;
+}
+
+.w180 {
+  width: 180px;
+}
+
+.w200 {
+  width: 200px;
+}
+
+.w220 {
+  width: 220px;
+}
+
 .codehilite {
   background-color: #F00;
   padding: 0.01em 1em;

Modified: websites/production/openofficeorg/content/openofficeorg/people.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/people.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/people.html Wed Jul  6 22:33:03 2011
@@ -76,8 +76,8 @@ to look at all contributors to our issue
 <thead>
 <tr>
 <th>Apache ID</th>
-<th id="foo">Name</th>
-<th>Home</th>
+<th class="w160">Name</th>
+<th class="w180">Home</th>
 <th>Skills/Interests</th>
 </tr>
 </thead>
@@ -157,12 +157,12 @@ to look at all contributors to our issue
 <tr>
 <td>jeanweber</td>
 <td><a href="http://taming-openoffice-org.com/">Jean Hollis Weber</a></td>
-<td>Townsville,&nbsp;QLD,&nbsp;Australia</td>
+<td>Townsville, QLD, Australia</td>
 <td>Technical writing/editing/publishing of end-user documentation</td>
 </tr>
 <tr>
 <td>jza</td>
-<td><a href="http://es.openoffice.org">Alexandro&nbsp;Colorado</a></td>
+<td><a href="http://es.openoffice.org">Alexandro Colorado</a></td>
 <td>Cancun, Mexico</td>
 <td>l10n,ODF,Documentation,Marketing,Community Mgmnt,Python,XML,User</td>
 </tr>