From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- .../resources/pygments/perldoc.css.commented.css | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 includes/js/dojox/highlight/resources/pygments/perldoc.css.commented.css (limited to 'includes/js/dojox/highlight/resources/pygments/perldoc.css.commented.css') diff --git a/includes/js/dojox/highlight/resources/pygments/perldoc.css.commented.css b/includes/js/dojox/highlight/resources/pygments/perldoc.css.commented.css deleted file mode 100644 index 2a56e2f..0000000 --- a/includes/js/dojox/highlight/resources/pygments/perldoc.css.commented.css +++ /dev/null @@ -1,30 +0,0 @@ -/* Pygments perldoc style */ - -code {background-color: #eed} - -code .comment {color: #228b22} -code .comment.preproc {color: #1e889b} -code .comment.special {color: #8b008b; font-weight: bold} - -code .keyword {color: #8b008b; font-weight: bold} -code .keyword.type {color: #a7a7a7} - -code .operator.word {color: #8b008b} - -code .name.builtin {color: #658b00} -code .name.function {color: #008b45} -code .name.class {color: #008b45; font-weight: bold} -code .name.namespace {color: #008b45; text-decoration: underline} -code .name.exception {color: #008b45; font-weight: bold} -code .name.variable {color: #00688b} -code .name.constant {color: #00688b} -code .name.attribute {color: #658b00} -code .name.tag {color: #8b008b; font-weight: bold} -code .name.decorator {color: #707a7c} - -code .string {color: #cd5555} -code .string.regex {color: #1c7e71} -code .string.other {color: #cb6c20} -code .string.heredoc {color: #1c7e71; font-style: italic} - -code .number {color: #b452cd} -- cgit v1.2.3