Skip to content

Commit

Permalink
CSS fix for guides. Closing #5028 [ci skip]
Browse files Browse the repository at this point in the history
In Ubuntu Chrome, in the last lines of code blocks, the underscore isn't
visible. Increasing the line height slightly seems to fix this. This
problem doesn't exist in Firefox even on Ubuntu. Too lazy to test in
any other OS-browser combo :)
  • Loading branch information
vijaydev committed Feb 14, 2012
1 parent 4f6d310 commit 4baaf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/assets/stylesheets/fixes.css
Expand Up @@ -12,5 +12,5 @@
.syntaxhighlighter table thead, .syntaxhighlighter table thead,
.syntaxhighlighter table caption, .syntaxhighlighter table caption,
.syntaxhighlighter textarea { .syntaxhighlighter textarea {
line-height: 1.2em !important; line-height: 1.25em !important;
} }

0 comments on commit 4baaf0a

Please sign in to comment.