From bbc657acfc37e03976f3baedb4a22d795c9006cb Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Mon, 7 Mar 2011 09:55:29 +1300 Subject: [PATCH] MINOR: changed theme to a darker one to help with readability --- code/DocumentationViewer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/DocumentationViewer.php b/code/DocumentationViewer.php index b376f73..c5c2d7a 100755 --- a/code/DocumentationViewer.php +++ b/code/DocumentationViewer.php @@ -81,8 +81,8 @@ class DocumentationViewer extends Controller { // css Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCore.css'); - Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCoreEclipse.css'); - Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shThemeEclipse.css'); + Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCoreRDark.css'); + Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shThemeRDark.css'); Requirements::customScript('jQuery(document).ready(function() {SyntaxHighlighter.all();});'); }