aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-05-04 15:08:06 -0300
committerHugo Parente Lima <hugo.lima@openbossa.org>2010-05-04 17:01:14 -0300
commitc54618eee276f134722889b715279f021af5ecb5 (patch)
tree0c508480f92de6c27655dce1747cc0a42dd1595c /doc
parentf0e7ba8fe7c043ac21d846959a5d24752a0f010a (diff)
Fixed layout issues in global module index documentation page.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/_themes/pysidedocs/modindex.html8
-rw-r--r--doc/_themes/pysidedocs/static/minus.pngbin0 -> 199 bytes
-rw-r--r--doc/_themes/pysidedocs/static/plus.pngbin0 -> 199 bytes
3 files changed, 3 insertions, 5 deletions
diff --git a/doc/_themes/pysidedocs/modindex.html b/doc/_themes/pysidedocs/modindex.html
index 0392edc80..b00a4401f 100644
--- a/doc/_themes/pysidedocs/modindex.html
+++ b/doc/_themes/pysidedocs/modindex.html
@@ -9,7 +9,7 @@
{% endif %}
{% endblock %}
{% block body %}
-
+<div class="section">
<h1 id="global-module-index">{{ _('Global Module Index') }}</h1>
{%- for letter in letters %}
@@ -17,11 +17,9 @@
{%- endfor %}
<hr/>
- <table width="100%" class="indextable" cellspacing="0" cellpadding="2">
+ <table class="indextable" cellspacing="0" cellpadding="2">
{%- for modname, collapse, cgroup, indent, fname, synops, pform, dep, stripped in modindexentries %}
{%- if not modname -%}
- <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
- <tr class="cap"><td></td><td><a name="cap-{{ fname }}"><strong>{{ fname }}</strong></a></td><td></td></tr>
{%- else -%}
<tr{% if indent %} class="cg-{{ cgroup }}"{% endif %}>
<td>{% if collapse -%}
@@ -38,5 +36,5 @@
{%- endif -%}
{% endfor %}
</table>
-
+</section>
{% endblock %}
diff --git a/doc/_themes/pysidedocs/static/minus.png b/doc/_themes/pysidedocs/static/minus.png
new file mode 100644
index 000000000..da1c5620d
--- /dev/null
+++ b/doc/_themes/pysidedocs/static/minus.png
Binary files differ
diff --git a/doc/_themes/pysidedocs/static/plus.png b/doc/_themes/pysidedocs/static/plus.png
new file mode 100644
index 000000000..b3cb37425
--- /dev/null
+++ b/doc/_themes/pysidedocs/static/plus.png
Binary files differ