diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2016-08-20 23:01:43 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-20 23:01:43 +0530 |
commit | fae7c462855b8ced95697e8a3c0c400b70305200 (patch) | |
tree | 5f188690465e03df482a58231f08adbe250b1ce3 | |
parent | 02c9a78489dae495f15f4bc967359308ca4203f6 (diff) | |
parent | 5624d1158eccf41658f40705eb89b16b999c5dd8 (diff) | |
download | rails-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
-rw-r--r-- | guides/assets/stylesheets/syntaxhighlighter/shCore.css | 2 |
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; |