You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/05/02 20:23:44 UTC

svn commit: r1098716 - /incubator/opennlp/site/trunk/content/opennlp/css/opennlp.css

Author: joern
Date: Mon May  2 18:23:43 2011
New Revision: 1098716

URL: http://svn.apache.org/viewvc?rev=1098716&view=rev
Log:
OPENNLP-162 Set color fo table header and reduced font size

Modified:
    incubator/opennlp/site/trunk/content/opennlp/css/opennlp.css

Modified: incubator/opennlp/site/trunk/content/opennlp/css/opennlp.css
URL: http://svn.apache.org/viewvc/incubator/opennlp/site/trunk/content/opennlp/css/opennlp.css?rev=1098716&r1=1098715&r2=1098716&view=diff
==============================================================================
--- incubator/opennlp/site/trunk/content/opennlp/css/opennlp.css (original)
+++ incubator/opennlp/site/trunk/content/opennlp/css/opennlp.css Mon May  2 18:23:43 2011
@@ -56,7 +56,7 @@ div.clear {
  font-size: 12pt;
 }
 
-#content h1, #content h2, #content h3, #content h4 {
+#content h1, #content h2, #content h3, #content h4, #content th {
  color: #006699;
 }
 
@@ -81,7 +81,7 @@ div.clear {
 }
 
 #content th{
- font-size: 14pt;
+ font-size: 12pt;
  font-weight: bold;
  text-align: left;
 }