Styling mit Bootstrap

This commit is contained in:
phil 2021-02-10 00:26:31 +00:00
parent ba12652b1c
commit 23b4cac045
5 changed files with 46 additions and 37 deletions

View file

@ -14,29 +14,14 @@
<py:match path="body" once="true">
<body py:attrs="select('@*')">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="/admin/wikis">Start</a>
</nav>
<div id="header">
<table border="0">
<tr><td>
<a href="/"><img src="/logo.png" alt="sl-logo" style="border:none"/></a>
</td>
<td><h1><a href="/">systemausfall.org</a>&nbsp;&nbsp;</h1></td>
</tr>
</table>
</div>
<div class="container" style="margin-top:20px;">
<div id="content">${select('*|text()')}</div>
<div id="footer">
<table width="100%">
<tr><td style="width:70%"><div class="text">
&quot;A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.&quot; -- Antoine de Saint-Exup&eacute;ry
</div></td>
<td style="width:10%"><div class="link">
</div></td>
</tr>
</table>
</div>
</body>
</py:match>