Fix link back to menu in generators

This commit is contained in:
Florian Festi 2017-02-15 22:01:26 +01:00
parent 065130a19b
commit 7e672eced2
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ class BServer:
<div class="container" style="background-color: #FFF8EA;">
<div style="float: left;">
<a href=".."><h1>Boxes.py</h1></a>
<a href="../"><h1>Boxes.py</h1></a>
</div>
<div style="width: 150px; float: right;">
<img alt="self-Logo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/Gray_shaded_3D_cube.svg/2000px-Gray_shaded_3D_cube.svg.png" width="150px" >

View File

@ -23,7 +23,7 @@ li {
list-style-type: none;
}
li a {
li a, a h1 {
text-decoration: none;
color: #333;
}