From 80183241e1cda37a9ba84b4b5f9196d18c40ccdd Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 7 Mar 2015 13:33:29 +0800 Subject: [PATCH] regenerate github css --- github-markdown.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/github-markdown.css b/github-markdown.css index 13384c9..ff431cd 100644 --- a/github-markdown.css +++ b/github-markdown.css @@ -217,6 +217,11 @@ margin-bottom: 0 !important; } +.markdown-body a:not(:link):not(:visited) { + color: inherit; + text-decoration: none; +} + .markdown-body .anchor { position: absolute; top: 0; @@ -428,7 +433,6 @@ .markdown-body img { max-width: 100%; box-sizing: border-box; - -moz-box-sizing: border-box; } .markdown-body code { @@ -649,8 +653,7 @@ } .markdown-body .task-list-item input { - float: left; - margin: 0.3em 0 0.25em -1.6em; + margin: 0 0.35em 0.25em -1.6em; vertical-align: middle; }