Skip to content

Commit

Permalink
I added some caveats about screen size
Browse files Browse the repository at this point in the history
This is mostly in reference to #5.  At some point, I might experiment
around with the responsive features in Bootstrap.  But, frankly, it was so
difficult to organize everything with a fixed layout that I have a hard
time seeing how the responsive features could do anything but make a
mess of the content.  I'd like to try, but this is definitely a
'version 2.0' issue.  For now, people will just have to leave with
the (not unreasonable) screen size limitations.
  • Loading branch information
mtiller committed Mar 20, 2013
1 parent f8de39d commit 77c8efc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/macros.html
Expand Up @@ -65,5 +65,5 @@
<div class="g-plusone" data-size="medium" data-href="http://modref.xogeny.com/"></div>{% endmacro %}

{% macro flike() %}
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmodref.xogeny.com%2F&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmodref.xogeny.com%2F&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
{% endmacro %}
18 changes: 13 additions & 5 deletions templates/root.html
Expand Up @@ -25,11 +25,19 @@
<span>
<span class="heading">{{comment}}</span>
<div class="popover" data-placement="bottom"
title="Modelica Version">
<strong>Note</strong>: This reference material covers
Modelica version <strong>3.3</strong><br>(with the
notable exception of newly introduced synchronous
features).
title="Caveats and Limitations">
<p>
<strong>Note</strong>: This reference material covers
Modelica version <strong>3.3</strong><br>(with the
notable exception of newly introduced synchronous
features).
</p>
<br>
<p class="seminarrow">
<strong>Note</strong>: To properly view the material
on this page, browser window needs to be at least 940
pixels wide and ideally 915 pixels or greater high.
</p>
</div>
</span>
</span>
Expand Down

0 comments on commit 77c8efc

Please sign in to comment.