We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879f37f commit 8a986caCopy full SHA for 8a986ca
Changes.textile
@@ -8,6 +8,7 @@ h2. Changes in 1.0.1
8
9
* fixed warning in the output of "coderay stylesheet"
10
* YAML scanner allows "-" and "/" in key names
11
+* fix additional scrollbar in code when last line contains an eyecatcher
12
* minor fixes in the tests
13
14
h2. Changes in 1.0
lib/coderay/styles/alpha.rb
@@ -45,7 +45,6 @@ class Alpha < Style
45
.CodeRay span.line-numbers { padding: 0px 4px; }
46
.CodeRay .line { display: block; float: left; width: 100%; }
47
.CodeRay .code { width: 100%; }
48
-.CodeRay .code pre { overflow: auto; }
49
MAIN
50
51
TOKEN_COLORS = <<-'TOKENS'
0 commit comments