preparing 5th menu element

This commit is contained in:
nek0 2016-05-01 01:17:22 +02:00
parent f909e2b838
commit eb402f7359
2 changed files with 10 additions and 2 deletions

View File

@ -357,6 +357,10 @@ article dl dd a {
transform: rotate(240deg) translate(-30ex) rotate(-240deg);
}
nav ul > *:nth-of-type(5) {
transform: rotate(260deg) translate(-30ex) rotate(-260deg);
}
article {
margin-right: 30px;
margin-left: 52ex;

View File

@ -49,12 +49,16 @@
<li>
<a href="location.html">Ort</a>
</li>
<!--li>
<!--
<li>
<a href="help.html">Helfen</a>
</li>
-->
<!--
<li>
<a href="fahrplan.html">Fahrplan</a>
</li-->
</li>
-->
<li>
<a href="mitschnitte.html">Videos</a>
</li>