From c194637b0d9af5ee756c5efa0942fe8cc09769e5 Mon Sep 17 00:00:00 2001 From: murphy Date: Sat, 1 Oct 2005 02:14:46 +0000 Subject: Some demos updated. Massive changes for HTML output layout. --- lib/coderay/encoders/helpers/html_output.rb | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'lib/coderay/encoders/helpers/html_output.rb') diff --git a/lib/coderay/encoders/helpers/html_output.rb b/lib/coderay/encoders/helpers/html_output.rb index 692e810..c873896 100644 --- a/lib/coderay/encoders/helpers/html_output.rb +++ b/lib/coderay/encoders/helpers/html_output.rb @@ -200,22 +200,15 @@ module CodeRay DIV, DIV_TABLE, PAGE = <<-`DIV`, <<-`DIV_TABLE`, <<-`PAGE` - -
-
<%CONTENT%>
+
+
<%CONTENT%>
DIV - -
- - - - - -
<%LINE_NUMBERS%>
<%CONTENT%>
-
+ + + +
<%LINE_NUMBERS%>
<%CONTENT%>
DIV_TABLE - @@ -227,6 +220,7 @@ module CodeRay + <%CONTENT%> -- cgit v1.2.1