You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/06/05 06:06:10 UTC

svn commit: r544362 - /incubator/tuscany/site/site-publish/stylesheets/default.css

Author: lresende
Date: Mon Jun  4 21:06:10 2007
New Revision: 544362

URL: http://svn.apache.org/viewvc?view=rev&rev=544362
Log:
Fix table borders

Modified:
    incubator/tuscany/site/site-publish/stylesheets/default.css

Modified: incubator/tuscany/site/site-publish/stylesheets/default.css
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/site-publish/stylesheets/default.css?view=diff&rev=544362&r1=544361&r2=544362
==============================================================================
--- incubator/tuscany/site/site-publish/stylesheets/default.css (original)
+++ incubator/tuscany/site/site-publish/stylesheets/default.css Mon Jun  4 21:06:10 2007
@@ -584,7 +584,7 @@
 
 /* Added as a temporary fix for CONF-4223. The table elements appear to be inheriting the border: none attribute from the sectionMacro class */
 table.confluenceTable td.confluenceTd
-{ padding: 0 4px 3px; }
+{ padding: 0 4px 3px; border: solid 1px #b4b4b5; }
 
 /* Added as a temporary fix for CONF-4223. The table elements appear to be inheriting the border: none attribute from the sectionMacro class */
 table.confluenceTable th.confluenceTh



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org