summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2011-10-15 07:21:53 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2011-10-15 07:21:53 +0200
commit8a986cae3ad95fea4dc0f1a65dec9e494ae689c1 (patch)
treebfb5205b65f7ac7032ca85164082261995e3ad64
parent879f37fdc719d8e5ee585718d2619f0a5f86ae07 (diff)
downloadcoderay-8a986cae3ad95fea4dc0f1a65dec9e494ae689c1.tar.gz
fix additional scrollbar
-rw-r--r--Changes.textile1
-rw-r--r--lib/coderay/styles/alpha.rb1
2 files changed, 1 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile
index f7a6679..c932bea 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -8,6 +8,7 @@ h2. Changes in 1.0.1
* fixed warning in the output of "coderay stylesheet"
* YAML scanner allows "-" and "/" in key names
+* fix additional scrollbar in code when last line contains an eyecatcher
* minor fixes in the tests
h2. Changes in 1.0
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb
index ca51433..8506d10 100644
--- a/lib/coderay/styles/alpha.rb
+++ b/lib/coderay/styles/alpha.rb
@@ -45,7 +45,6 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; }
.CodeRay span.line-numbers { padding: 0px 4px; }
.CodeRay .line { display: block; float: left; width: 100%; }
.CodeRay .code { width: 100%; }
-.CodeRay .code pre { overflow: auto; }
MAIN
TOKEN_COLORS = <<-'TOKENS'