summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2014-01-04 19:06:08 -0500
committerIan Ward <ian@excess.org>2014-01-04 19:06:08 -0500
commit01cf0dbc1bc675aa96f7c16c1f618c00e212bc75 (patch)
tree890cd2770db791c315998afdd87205b5af275208
parent7d8d19a4c117220a82f57627d7b972d5441aeb6e (diff)
downloadurwid-01cf0dbc1bc675aa96f7c16c1f618c00e212bc75.tar.gz
docs: front page remove <em>s and arbitrary extra indent
-rw-r--r--docs/tools/templates/indexcontent.html12
-rw-r--r--docs/tools/templates/indexsidebar.html2
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/tools/templates/indexcontent.html b/docs/tools/templates/indexcontent.html
index 6e64e1b..037ee7c 100644
--- a/docs/tools/templates/indexcontent.html
+++ b/docs/tools/templates/indexcontent.html
@@ -58,15 +58,15 @@
<div style="padding-left: 560px;">
<div class="section" id="big-buttons">
<p><a class="reference external image-reference" href="examples/index.html"><img alt="_images/graph2.png" src="_images/graph2.png" width="200" style="padding-bottom: 5px" /></br>
-<em>Examples</em></a></p>
+Examples</a></p>
<p><a class="reference external image-reference" href="tutorial/index.html"><img alt="_images/highcolors1.png" src="_images/highcolors1.png" width="200" style="padding-bottom: 5px" /></br>
-<em>Tutorial</em></a></p>
+Tutorial</a></p>
<p><a class="reference external image-reference" href="manual/index.html"><img alt="_images/introduction.png" src="_images/introduction.png" width="200" style="padding-bottom: 5px" /></br>
-<em>Manual</em></a></p>
+Manual</a></p>
<p><a class="reference external image-reference" href="reference/index.html"><img alt="_images/urwid_widgets_1.png" src="_images/urwid_widgets_1.png" width="200" style="padding-bottom: 5px" /></br>
-<em>Reference</em></a></p>
-<p><a class="reference internal" href="genindex.html"><em>Index</em></a></p>
-<p><a class="reference internal" href="search.html"><em>Search Page</em></a></p>
+Reference</a></p>
+<p><a class="reference internal" href="genindex.html">Index</a></p>
+<p><a class="reference internal" href="search.html">Search Page</a></p>
</div>
</div>
<div style="clear:both">&nbsp;</div>
diff --git a/docs/tools/templates/indexsidebar.html b/docs/tools/templates/indexsidebar.html
index adcba34..252d115 100644
--- a/docs/tools/templates/indexsidebar.html
+++ b/docs/tools/templates/indexsidebar.html
@@ -4,5 +4,5 @@
<h4><a class="reference internal" href="tutorial/index.html">Tutorial</a></h4>
<h4><a class="reference internal" href="manual/index.html">Manual</a></h4>
<h4><a class="reference internal" href="reference/index.html">Reference</a></h4>
-<h4 style="padding-left: 8px"><a class="reference internal" href="genindex.html">Index</a></h4>
+<h4><a class="reference internal" href="genindex.html">Index</a></h4>
</div>