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/02 02:57:02 UTC

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

Author: wave
Date: Sat Jul  2 00:57:01 2011
New Revision: 792029

Log:
Table style improvements

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 Sat Jul  2 00:57:01 2011
@@ -1 +1 @@
-/websites/staging/openofficeorg/trunk:791146-792024
+/websites/staging/openofficeorg/trunk:791146-792028

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 Sat Jul  2 00:57:01 2011
@@ -79,6 +79,26 @@ h1,h2,h3,h4,h5,h6 {
   margin-bottom: 0.5em;
 }
 
+#content tr {
+}
+
+table {
+  border-collapse:collapse;
+}
+
+th {
+  height: 40px;
+  border: 1px solid #a3afb6;
+  vertical-align: middle
+}
+
+td {
+  vertical-align: top;
+  border: 1px solid #a3afb6;
+  padding: 0.4em 0.5em 0.4em 0.5em;
+  font-size: 0.9em;
+}
+
 .codehilite {
   background-color: #F00;
   padding: 0.01em 1em;
@@ -152,6 +172,8 @@ h1,h2,h3,h4,h5,h6 {
   padding-top: 20px;
 }
 
+
+
 /* definition lists */
 dd {}
 dl {}

Modified: websites/production/openofficeorg/content/openofficeorg/people.html
==============================================================================
--- websites/production/openofficeorg/content/openofficeorg/people.html (original)
+++ websites/production/openofficeorg/content/openofficeorg/people.html Sat Jul  2 00:57:01 2011
@@ -73,7 +73,7 @@
 is a partial list of contributors to the project, for a complete list you'd have
 to look at all contributors to our issue tracker, mailing list and version control.</p>
 <table align="center" border="1">
-    <tr><th>Apache ID</th><th width="180px">Name</th><th width="220px">Home</th><th>Skills/Interests</th></tr>
+    <tr><th width="100px">Apache ID</th><th width="160px">Name</th><th width="200px">Home</th><th>Skills/Interests</th></tr>
     <tr><td>kahrens</td><td>Kai Ahrens</td><td>Hamburg, Germany</td><td>C++, Java, Linux, Graphics core, Graphics filters, VCL, Presentation, Impress, Draw</td></tr>
     <tr><td>jza</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>
     <tr><td>&nbsp;</td><td><a href="http://www.raphaelbircher.ch">Raphael Bircher</a></td><td>&nbsp;</td><td>&nbsp;</td></tr>