Merge pull request #768 from sharelatex/jel-mathjax-wiki

Add MathJax to wiki pages and max-width for images
This commit is contained in:
Jessica Lawshe 2018-07-17 09:37:28 -05:00 committed by GitHub
commit b9a63fe216
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,6 @@
define [
"base"
"directives/mathjax"
"services/algolia-search"
], (App) ->
@ -55,4 +56,4 @@ define [
hits = _.map response.hits, buildHitViewModel
updateHits hits
App.controller "LearnController", () ->

View file

@ -14,6 +14,10 @@
}
}
img {
max-width: 100%;
}
.page-header {
a {
font-size: 0.8em;