aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/assets/stylesheets
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-10-24 19:28:28 +0200
committerXavier Noria <fxn@hashref.com>2010-10-24 19:28:28 +0200
commitcdce5fc8860982afa63bfa82f6a752972e7f7d19 (patch)
tree20872a3e1eebcd147198bbafca7f78fcc13cb52d /railties/guides/assets/stylesheets
parent5e0e77fc12445c7dddc6a2b3c2fa4a26929ec398 (diff)
downloadrails-cdce5fc8860982afa63bfa82f6a752972e7f7d19.tar.gz
rails-cdce5fc8860982afa63bfa82f6a752972e7f7d19.tar.bz2
rails-cdce5fc8860982afa63bfa82f6a752972e7f7d19.zip
ensures that no browser shows a vertical scrollbar in the code blocks of guides, thanks to Marcelino Llano for a hint to fix this
Diffstat (limited to 'railties/guides/assets/stylesheets')
-rw-r--r--railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css b/railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css
index d8d998136f..6d2edb2eb8 100644
--- a/railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css
+++ b/railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css
@@ -4,6 +4,8 @@
.syntaxhighlighter {
background-color: #eee !important;
font-family: "Anonymous Pro", "Inconsolata", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace !important;
+ overflow-y: hidden !important;
+ overflow-x: auto !important;
}
.syntaxhighlighter .line.alt1 {
background-color: #eee !important;