You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2008/12/17 21:36:55 UTC

svn commit: r727505 - in /activemq/camel/branches/camel-1.x: ./ tooling/camel-manual/src/styles/print.css

Author: janstey
Date: Wed Dec 17 12:36:54 2008
New Revision: 727505

URL: http://svn.apache.org/viewvc?rev=727505&view=rev
Log:
Merged revisions 727502 via svnmerge from 
https://svn.apache.org/repos/asf/activemq/camel/trunk

........
  r727502 | janstey | 2008-12-17 17:01:07 -0330 (Wed, 17 Dec 2008) | 1 line
  
  CAMEL-1163 - fix formatting issue with large tables
........

Modified:
    activemq/camel/branches/camel-1.x/   (props changed)
    activemq/camel/branches/camel-1.x/tooling/camel-manual/src/styles/print.css

Propchange: activemq/camel/branches/camel-1.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: activemq/camel/branches/camel-1.x/tooling/camel-manual/src/styles/print.css
URL: http://svn.apache.org/viewvc/activemq/camel/branches/camel-1.x/tooling/camel-manual/src/styles/print.css?rev=727505&r1=727504&r2=727505&view=diff
==============================================================================
--- activemq/camel/branches/camel-1.x/tooling/camel-manual/src/styles/print.css (original)
+++ activemq/camel/branches/camel-1.x/tooling/camel-manual/src/styles/print.css Wed Dec 17 12:36:54 2008
@@ -135,6 +135,14 @@
 
 /* figures, tables, and listings */
 
+div.confluenceTableSmall th.confluenceTh { 
+  font-size: 11px;  	
+}
+
+div.confluenceTableSmall td.confluenceTd { 
+  font-size: 7px;  	
+}
+
 div.figure {
   margin: 1em 0;
   counter-increment: figure;