From 4baaf0a0fec19eab68b3e39709f2b6856cee3b43 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Wed, 15 Feb 2012 02:33:10 +0530 Subject: CSS fix for guides. Closing #5028 [ci skip] 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 :) --- railties/guides/assets/stylesheets/fixes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/assets/stylesheets') diff --git a/railties/guides/assets/stylesheets/fixes.css b/railties/guides/assets/stylesheets/fixes.css index 54efa5b9b7..bf86b29efa 100644 --- a/railties/guides/assets/stylesheets/fixes.css +++ b/railties/guides/assets/stylesheets/fixes.css @@ -12,5 +12,5 @@ .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea { - line-height: 1.2em !important; + line-height: 1.25em !important; } -- cgit v1.2.3