From cf8bae32d162874e4cf4dbd929cc3b9a0383631c Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Thu, 15 Dec 2016 10:44:46 +0800 Subject: Fix gist-embed styles conflicts --- public/css/markdown.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'public/css') diff --git a/public/css/markdown.css b/public/css/markdown.css index eca80312..1de90250 100644 --- a/public/css/markdown.css +++ b/public/css/markdown.css @@ -82,6 +82,19 @@ content: '' } +.markdown-body code[data-gist-id] .blob-num { + border: unset; +} + +.markdown-body code[data-gist-id] table { + overflow: unset; + margin-bottom: unset; +} + +.markdown-body code[data-gist-id] table tr { + background: unset; +} + /*fixed style for rtl in pre and code*/ .markdown-body[dir='rtl'] pre { -- cgit v1.2.3