You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/12/11 16:01:23 UTC

svn commit: r1550165 - /jena/site/trunk/content/css/jena.css

Author: andy
Date: Wed Dec 11 15:01:23 2013
New Revision: 1550165

URL: http://svn.apache.org/r1550165
Log:
Table styling

Modified:
    jena/site/trunk/content/css/jena.css

Modified: jena/site/trunk/content/css/jena.css
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/css/jena.css?rev=1550165&r1=1550164&r2=1550165&view=diff
==============================================================================
--- jena/site/trunk/content/css/jena.css (original)
+++ jena/site/trunk/content/css/jena.css Wed Dec 11 15:01:23 2013
@@ -1,13 +1,13 @@
 /* Tables */
 table td {
   vertical-align: top;
-  border-right: 1px dotted #688a6f;
-  border-top: 1px dotted #688a6f;
-  padding: 0.2em;
+  border-right: 1px dotted #A0A0A0;
+  border-top: 1px dotted #A0A0A0;
+  padding: 0.3em;
 }
 
 table {
-  border: 1px solid #404040 ;
+  border: 1px solid #A0A0A0 ;
   border-spacing: 0;
 }