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:12:11 UTC

svn commit: r1142143 - /incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css

Author: wave
Date: Sat Jul  2 02:12:11 2011
New Revision: 1142143

URL: http://svn.apache.org/viewvc?rev=1142143&view=rev
Log:
Added a background color and smaller font-size for 'th' elements

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

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=1142143&r1=1142142&r2=1142143&view=diff
==============================================================================
--- incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css (original)
+++ incubator/ooo/site/trunk/content/openofficeorg/css/ooo.css Sat Jul  2 02:12:11 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 {