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:56:07 UTC

svn commit: r1142138 - in /incubator/ooo/site/trunk/content/openofficeorg: css/ooo.css people.mdtext

Author: wave
Date: Sat Jul  2 00:56:06 2011
New Revision: 1142138

URL: http://svn.apache.org/viewvc?rev=1142138&view=rev
Log:
Added css to improve the style of tables. people.mdtext had a slight adjustment as the font for tables was made to be 0.9em

Modified:
    incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css
    incubator/ooo/site/trunk/content/openofficeorg/people.mdtext

Modified: incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css?rev=1142138&r1=1142137&r2=1142138&view=diff
==============================================================================
--- incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css (original)
+++ incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css Sat Jul  2 00:56:06 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: incubator/ooo/site/trunk/content/openofficeorg/people.mdtext
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/people.mdtext?rev=1142138&r1=1142137&r2=1142138&view=diff
==============================================================================
--- incubator/ooo/site/trunk/content/openofficeorg/people.mdtext (original)
+++ incubator/ooo/site/trunk/content/openofficeorg/people.mdtext Sat Jul  2 00:56:06 2011
@@ -21,7 +21,7 @@ is a partial list of contributors to the
 to look at all contributors to our issue tracker, mailing list and version control.
 
 <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>