mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
parent
eee47685fa
commit
6ced1ce311
2
doc/_templates/layout.html
vendored
2
doc/_templates/layout.html
vendored
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user