ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=2f888d9ee0a00bf4cc4bd72352bac3b3fa869cb5

commit 2f888d9ee0a00bf4cc4bd72352bac3b3fa869cb5
Author: Andy Williams <[email protected]>
Date:   Thu Nov 16 15:39:46 2017 +0000

    Hide the sidebar on our iframe embed pages to save space
---
 pages/develop/legacy/api/c/start.txt | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/pages/develop/legacy/api/c/start.txt 
b/pages/develop/legacy/api/c/start.txt
index cedf4149..429ffce4 100644
--- a/pages/develop/legacy/api/c/start.txt
+++ b/pages/develop/legacy/api/c/start.txt
@@ -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>
\ No newline at end of file
+<html></div></html>

-- 


Reply via email to