aboutsummaryrefslogtreecommitdiffstats
path: root/guides/assets
diff options
context:
space:
mode:
authorAlex Kitchens <alexcameron98@gmail.com>2016-08-19 13:22:23 -0500
committerAlex Kitchens <alexcameron98@gmail.com>2016-08-20 11:56:03 -0500
commit5624d1158eccf41658f40705eb89b16b999c5dd8 (patch)
tree385ecabef700ed278afb38e52bd5f291213f7154 /guides/assets
parentc1d612cf5a9d25133ab50cc057ebb35d337e37fa (diff)
downloadrails-5624d1158eccf41658f40705eb89b16b999c5dd8.tar.gz
rails-5624d1158eccf41658f40705eb89b16b999c5dd8.tar.bz2
rails-5624d1158eccf41658f40705eb89b16b999c5dd8.zip
Increase margin-bottom for doc's code syntax highlighter
Fixes #25744 by slightly increasing the margin in code syntax highlights. With a margin of 0, it was cutting off underscores in Linux browesers, so I slightly increased it to 0.5px.
Diffstat (limited to 'guides/assets')
-rw-r--r--guides/assets/stylesheets/syntaxhighlighter/shCore.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/assets/stylesheets/syntaxhighlighter/shCore.css b/guides/assets/stylesheets/syntaxhighlighter/shCore.css
index 34f6864a15..7e1e199343 100644
--- a/guides/assets/stylesheets/syntaxhighlighter/shCore.css
+++ b/guides/assets/stylesheets/syntaxhighlighter/shCore.css
@@ -33,7 +33,7 @@
height: auto !important;
left: auto !important;
line-height: 1.1em !important;
- margin: 0 !important;
+ margin: 0 0 0.5px 0 !important;
outline: 0 !important;
overflow: visible !important;
padding: 0 !important;