Hide the sidebar on our iframe embed pages to save space

This commit is contained in:
Andy Williams 2017-11-16 15:39:46 +00:00
parent fa673c3a2a
commit 2f888d9ee0
1 changed files with 10 additions and 2 deletions

View File

@ -16,6 +16,14 @@ window.addEventListener('DOMContentLoaded', function(e) {
</JS>
<html><div id="embed-iframe"></html>
<html>
<style>
#dokuwiki__aside{
height: 0;
visibility: hidden;
}
</style>
<div id="embed-iframe">
</html>
{{url>/develop/legacy/api/c/embed/ 100%,100% noborder}}
<html></div></html>
<html></div></html>