You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2013/06/25 22:13:27 UTC

svn commit: r1496624 - /camel/website/template/template.camel

Author: dkulp
Date: Tue Jun 25 20:13:27 2013
New Revision: 1496624

URL: http://svn.apache.org/r1496624
Log:
Flip to using Camel custom themes

Modified:
    camel/website/template/template.camel

Modified: camel/website/template/template.camel
URL: http://svn.apache.org/viewvc/camel/website/template/template.camel?rev=1496624&r1=1496623&r2=1496624&view=diff
==============================================================================
--- camel/website/template/template.camel (original)
+++ camel/website/template/template.camel Tue Jun 25 20:13:27 2013
@@ -37,8 +37,8 @@
 
 
 #if($page.hasCode)
-  <link href='http://camel.apache.org/styles/highlighter/styles/shCore.css' rel='stylesheet' type='text/css' />
-  <link href='http://camel.apache.org/styles/highlighter/styles/shThemeEclipse.css' rel='stylesheet' type='text/css' />
+  <link href='http://camel.apache.org/styles/highlighter/styles/shCoreCamel.css' rel='stylesheet' type='text/css' />
+  <link href='http://camel.apache.org/styles/highlighter/styles/shThemeCamel.css' rel='stylesheet' type='text/css' />
   <script src='http://camel.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script>
 #foreach ($hscript in $page.CodeScripts)
   <script src='http://camel.apache.org/styles/highlighter/scripts/$hscript' type='text/javascript'></script>