summaryrefslogtreecommitdiff
path: root/rake_helpers/coderay_rdoc_template.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-07-10 00:32:57 +0000
committermurphy <murphy@rubychan.de>2006-07-10 00:32:57 +0000
commit9f4c7ab7553f9be7c9d14da0ba7462ad746c2f5d (patch)
tree686ee95cc9010314278846936476d1cf0bf04353 /rake_helpers/coderay_rdoc_template.rb
parent42436798565c36a7d9582fcf587946d273083ab1 (diff)
downloadcoderay-9f4c7ab7553f9be7c9d14da0ba7462ad746c2f5d.tar.gz
Big re-indenting - no more tabs!
Diffstat (limited to 'rake_helpers/coderay_rdoc_template.rb')
-rw-r--r--rake_helpers/coderay_rdoc_template.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/rake_helpers/coderay_rdoc_template.rb b/rake_helpers/coderay_rdoc_template.rb
index 479df81..f37f89b 100644
--- a/rake_helpers/coderay_rdoc_template.rb
+++ b/rake_helpers/coderay_rdoc_template.rb
@@ -8,7 +8,7 @@ require 'rake_helpers/ca.rb'
Hy.ca <<CA
<<
BACKGROUND = '#322'
-
+
GOLD = '#e92'
DARK_GOLD = '#630'
FIRE = '#fc3'
@@ -23,7 +23,7 @@ Hy.ca <<CA
LINK = LIGHT_BLUE
VISITED = '#ccc'
HOVER = '#f44'
-
+
BORDER = '3px double gray'
>>
CA
@@ -560,7 +560,7 @@ FILE_INDEX = XHTML_PREAMBLE + <<HTML
#{ Hy.ca <<CA
body {
background-color: $DARK_PURPLE;
- font-family: #{FONTS};
+ font-family: #{FONTS};
color: white;
margin: 0px;
}