Created
June 27, 2016 08:05
-
-
Save durden/4b08fe6d4cfe7f39f4f7438196344db4 to your computer and use it in GitHub Desktop.
Revisions
-
durden revised this gist
Jun 27, 2016 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,12 @@ diff --git a/pskb_website/static/css/base.css b/pskb_website/static/css/base.css index 519b677..30dfec1 100644 --- a/pskb_website/static/css/base.css +++ b/pskb_website/static/css/base.css @@ -588,7 +588,6 @@ a:hover.emphasize-dark { } #article pre, #article blockquote, #article form { - margin-left: 21px; word-wrap: break-word; overflow-wrap: break-word; } @@ -34,4 +33,4 @@ index 37749c4..174fbcf 100644 - .markdown-body a:hover, .markdown-body a:active { text-decoration: underline; -
durden created this gist
Jun 27, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,37 @@ diff --git a/pskb_website/static/css/base.css b/pskb_website/static/css/base.css index 519b677..edcdb50 100644 --- a/pskb_website/static/css/base.css +++ b/pskb_website/static/css/base.css @@ -588,7 +588,7 @@ a:hover.emphasize-dark { } #article pre, #article blockquote, #article form { - margin-left: 21px; + /*margin-left: 21px;*/ word-wrap: break-word; overflow-wrap: break-word; } diff --git a/pskb_website/static/css/vendor/github-markdown.css b/pskb_website/static/css/vendor/github-markdown.css index 37749c4..174fbcf 100644 --- a/pskb_website/static/css/vendor/github-markdown.css +++ b/pskb_website/static/css/vendor/github-markdown.css @@ -9,7 +9,6 @@ -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333; - font-size: 16px; line-height: 1.6; word-wrap: break-word; padding: 20px; @@ -99,11 +98,6 @@ font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } -.markdown-body a { - color: #4078c0; - text-decoration: none; -} - .markdown-body a:hover, .markdown-body a:active { text-decoration: underline;