Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/app/templates/help.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/help.html')
-rw-r--r--app/templates/help.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/templates/help.html b/app/templates/help.html
index bdd0e2b..757cbf3 100644
--- a/app/templates/help.html
+++ b/app/templates/help.html
@@ -15,7 +15,7 @@
${get_flashed_messages()}
<div style="margin:0;padding-left:20px;padding-right:20px;margin-top:10px" id="content" class="bling">
<section>
- <div id="tabs" style="height:280px">
+ <div id="tabs">
<ul>
<li py:if="project_name != 'None'"><a href="#tabs-0">${project_name} Activity</a></li>
<li><a href="#tabs-1">Projects</a></li>
@@ -63,13 +63,13 @@ ${get_flashed_messages()}
</div>
</div>
<div id="tabs-2">
- <iframe width="100%" height="280" src="/static/doc/flask-docs/quickstart.html#quickstart" />
+ <iframe width="100%" height="80%" src="/static/doc/flask-docs/quickstart.html#quickstart" />
</div>
<div id="tabs-3">
- <iframe width="100%" height="280" src="/static/doc/sugar-theme.html" />
+ <iframe width="100%" height="80%" src="/static/doc/sugar-theme.html" />
</div>
<div id="tabs-4">
- <iframe width="100%" height="280" src="/static/doc/myosa/ch000_table_of_contents.xhtml" />
+ <iframe width="100%" height="80%" src="/static/doc/myosa/ch000_table_of_contents.xhtml" />
</div>
</div>
</section>