From 3daca1d7774e1dc9856a8b2d1d79983e861dc8e6 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Wed, 19 Oct 2011 22:17:49 +0200 Subject: simplify HTML page layout (no border) --- lib/coderay/encoders/html/output.rb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lib/coderay') diff --git a/lib/coderay/encoders/html/output.rb b/lib/coderay/encoders/html/output.rb index 298921e..9132d94 100644 --- a/lib/coderay/encoders/html/output.rb +++ b/lib/coderay/encoders/html/output.rb @@ -140,10 +140,18 @@ module Encoders text-decoration: inherit; color: inherit; } +body { + background-color: white; + padding: 0; + margin: 0; +} <%CSS%> +.CodeRay { + border: none; +} - + <%CONTENT%> -- cgit v1.2.1