From e7c0d1f44b6d6eae3ff1e792ebbe371a036ab387 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 23 Mar 2012 21:43:54 +0100 Subject: [PATCH] navigation.xml: move schule up --- content/navigation.xml | 7 +++++-- content/static/style/default.css | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/content/navigation.xml b/content/navigation.xml index 1b5ff444a..8d4d87028 100644 --- a/content/navigation.xml +++ b/content/navigation.xml @@ -1,11 +1,16 @@ + news whois treff themenabende events + schule kontakt mailingliste @@ -16,8 +21,6 @@ podcast pentamusic - schule - shop warez diff --git a/content/static/style/default.css b/content/static/style/default.css index c1d42fd27..d2a168802 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -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; }