navigation.xml: move schule up

This commit is contained in:
Astro 2012-03-23 21:43:54 +01:00
parent 607f529b45
commit e7c0d1f44b
2 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
When changing the position of these files in the navigation sidebar,
please adjust the #navigation li:nth-child(...) rules in the CSS file.
-->
<navigation>
<file title="News">news</file>
<file>whois</file>
<file>treff</file>
<file>themenabende</file>
<file>events</file>
<file>schule</file>
<file>kontakt</file>
<file>mailingliste</file>
@ -16,8 +21,6 @@
<file>podcast</file>
<file>pentamusic</file>
<file>schule</file>
<file>shop</file>
<file>warez</file>
</navigation>

View File

@ -85,7 +85,7 @@ pre {
line-height: 2em;
}
#navigation li:nth-child(6), #navigation li:nth-child(10) {
#navigation li:nth-child(7), #navigation li:nth-child(11) {
border-top: #ebc63c 1px solid;
margin-right: 2em;
}