Disable embedded css for embedded builders.

Note: this change also affects all other embedded builders (but only for the Shinx doc itself).
This commit is contained in:
Roland Meister 2009-12-28 17:16:19 +01:00
parent eee47685fa
commit 6ced1ce311

View File

@ -1,10 +1,12 @@
{% extends "!layout.html" %} {% extends "!layout.html" %}
{% block extrahead %} {% block extrahead %}
{%- if not embedded %}
<style type="text/css"> <style type="text/css">
table.right { float: right; margin-left: 20px; } table.right { float: right; margin-left: 20px; }
table.right td { border: 1px solid #ccc; } table.right td { border: 1px solid #ccc; }
</style> </style>
{% endif %}
{% endblock %} {% endblock %}
{% block rootrellink %} {% block rootrellink %}