Fix image width for html output

pull/117/head
Matti Pastell 2018-01-04 18:05:19 +02:00
parent 965eb6dfe9
commit 742f00bf6a
2 changed files with 2 additions and 2 deletions

View File

@ -542,5 +542,5 @@ code.sourceCode.julia {
@media (min-width: 1200px) {}
h1.title {margin-top : 20px}
img {max-width : 100%%}
img {max-width : 100%}
</style>

View File

@ -536,5 +536,5 @@ code {
@media (min-width: 1200px) {}
h1.title {margin-top : 20px}
img {max-width : 100%%}
img {max-width : 100%}
div.title {text-align: center;}