diff options
author | Wu Cheng-Han | 2016-12-15 10:44:46 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-12-15 10:44:46 +0800 |
commit | cf8bae32d162874e4cf4dbd929cc3b9a0383631c (patch) | |
tree | 292a3a3c8edbb6e8bde6acf393f703979085850c /public/css | |
parent | 00e284584ecb88d70201f59f677851bd68f1e218 (diff) |
Fix gist-embed styles conflicts
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/markdown.css | 13 |
1 files changed, 13 insertions, 0 deletions
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 { |