Skip to content

Commit

Permalink
Using github-markdown-css.css to the rendered markdown in the preview…
Browse files Browse the repository at this point in the history
…/article/faq pages. Using highlight-js github-gist.css theme instead of github.css theme.
  • Loading branch information
paulocheque committed Jun 16, 2016
1 parent fb6f04f commit fd63660
Show file tree
Hide file tree
Showing 11 changed files with 789 additions and 328 deletions.
8 changes: 8 additions & 0 deletions pskb_website/static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1187,3 +1187,11 @@ td.login-name {
border-radius: 3px;
}
}

.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
1 change: 0 additions & 1 deletion pskb_website/static/css/vendor/editor/design.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@

#preview {
font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Roboto,"Segoe UI",Arial,freesans,sans-serif;
padding: 5px 15px;
background-color: #fff;
overflow: auto;
max-height: 100%;
Expand Down
209 changes: 0 additions & 209 deletions pskb_website/static/css/vendor/editor/github.css

This file was deleted.

0 comments on commit fd63660

Please sign in to comment.