You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2012/05/08 14:37:14 UTC

svn commit: r1335475 - /incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css

Author: fchrist
Date: Tue May  8 12:37:13 2012
New Revision: 1335475

URL: http://svn.apache.org/viewvc?rev=1335475&view=rev
Log:
STANBOL-605 Table format

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

Modified: incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css?rev=1335475&r1=1335474&r2=1335475&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css (original)
+++ incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css Tue May  8 12:37:13 2012
@@ -74,12 +74,12 @@ h1,h2,h3,h4,h5,h6 {
 
 #content table th {
   font: bold 10pt Arial,Helvetica,sans-serif;
-  border-bottom: 1px solid #ffdaae;
   margin: 4px;
 }
 
 #content table td {
   font: normal 10pt Arial,Helvetica,sans-serif;
+  background-color: #ffeeaa;
 }
 
 #navigation img {