<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello again,<br>
    <br>
    Redesign of the Manual Home "contents.rst":<br>
    <br>
    Prepare home page capability to add more content:<br>
    images &amp; logo, link + description (c.f. Python home:
    <a class="moz-txt-link-freetext" href="https://docs.python.org/3/">https://docs.python.org/3/</a>)<br>
    <br>
    Demo:<br>
    <a class="moz-txt-link-freetext" href="https://github.com/tobiasHeinke/demo/blob/master/manualHome.MD">https://github.com/tobiasHeinke/demo/blob/master/manualHome.MD</a><br>
    <br>
    How it works:<br>
    Add one line in rst:<br>
    <br>
    .. container:: className<br>
        generates &lt;div class="className container"&gt;<br>
    <br>
    rst spec:
    <a class="moz-txt-link-freetext" href="http://docutils.sourceforge.net/docs/ref/rst/directives.html#container">http://docutils.sourceforge.net/docs/ref/rst/directives.html#container</a><br>
    <br>
    In CSS className's child nodes can then be identified. <br>
    Everything is possible now -  i.e. flex box<br>
    <br>
    No fallback needed, because the class names won't get change by the
    theme designer.<br>
    And even if CSS file gets not delivered it look like it looks now.<br>
    <br>
    What's the best way to lower the font size of the language select
    text?<br>
    <small>"For other languages see: ..."<br>
      <br>
    </small>Tobias<br>
  </body>
</html>