Author: janstey
Date: Fri Dec 12 11:33:32 2008
New Revision: 726096
URL: http://svn.apache.org/viewvc?rev=726096&view=rev
Log:
Merged revisions 726094 via svnmerge from
https://svn.apache.org/repos/asf/activemq/camel/trunk
........
r726094 | janstey | 2008-12-12 15:54:26 -0330 (Fri, 12 Dec 2008) | 1 line
CAMEL-1164 - Changed formatting of code snippets
........
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=726096&r1=726095&r2=726096&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
Fri Dec 12 11:33:32 2008
@@ -201,7 +201,14 @@
counter-increment: listing;
}
div.code {
- margin: 1em 0;
+ border: 1px dashed #c0c0c0;
+ font-size: 12px;
+ font-family: Courier;
+ margin: 5px;
+ line-height: 13px;
+ padding: 3px;
+ background-color: #f8f8f8;
+
}