aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2016-08-20 23:01:43 +0530
committerGitHub <noreply@github.com>2016-08-20 23:01:43 +0530
commitfae7c462855b8ced95697e8a3c0c400b70305200 (patch)
tree5f188690465e03df482a58231f08adbe250b1ce3 /guides
parent02c9a78489dae495f15f4bc967359308ca4203f6 (diff)
parent5624d1158eccf41658f40705eb89b16b999c5dd8 (diff)
downloadrails-fae7c462855b8ced95697e8a3c0c400b70305200.tar.gz
rails-fae7c462855b8ced95697e8a3c0c400b70305200.tar.bz2
rails-fae7c462855b8ced95697e8a3c0c400b70305200.zip
Merge pull request #26227 from alexcameron89/syntax_highlighter_fix
Increase margin-bottom for doc's code syntax highlighter
Diffstat (limited to 'guides')
-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;