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 04:13:17 UTC

svn commit: r792036 - in /websites/production/openofficeorg: ./ content/openofficeorg/css/ooo.css

Author: wave
Date: Sat Jul  2 02:13:17 2011
New Revision: 792036

Log:
Improve the look of table header elements (th). Smaller font-size and background color added.

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

Propchange: websites/production/openofficeorg/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Jul  2 02:13:17 2011
@@ -1 +1 @@
-/websites/staging/openofficeorg/trunk:791146-792032
+/websites/staging/openofficeorg/trunk:791146-792035

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 02:13:17 2011
@@ -85,8 +85,10 @@ table {
 
 th {
   height: 40px;
+  background: #f5f8fa;
   border: 1px solid #a3afb6;
-  vertical-align: middle
+  vertical-align: middle;
+  font-size: 0.9em;
 }
 
 td {