aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-02-15 02:33:10 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-03 23:49:37 +0530
commit23ca13a8774ca01ae702f6175508533f4e9dd924 (patch)
treeda3d2265e16f944811528e06526ec6b285d9cff7
parent520571ac8adfded98d4c531ef01e256501761d63 (diff)
downloadrails-23ca13a8774ca01ae702f6175508533f4e9dd924.tar.gz
rails-23ca13a8774ca01ae702f6175508533f4e9dd924.tar.bz2
rails-23ca13a8774ca01ae702f6175508533f4e9dd924.zip
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 :)
-rw-r--r--railties/guides/assets/stylesheets/fixes.css2
1 files changed, 1 insertions, 1 deletions
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;
}