From 745fef1c1618ca493f4d10db441cfbae753e9fcd Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 21 Mar 2014 18:22:31 +0100 Subject: [PATCH] dummy menu entries for presentational purposes --- views/html/menu/index.tpl | 6 +++++- www/css/desktop.css | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/views/html/menu/index.tpl b/views/html/menu/index.tpl index 24e5af4a..470912e8 100644 --- a/views/html/menu/index.tpl +++ b/views/html/menu/index.tpl @@ -1,7 +1,11 @@
  • -
  • +
  • +
  • Gilden
  • +
  • Achievements
  • +
  • Karte
  • +
  • Bibliothek
  • diff --git a/www/css/desktop.css b/www/css/desktop.css index 59488e48..0db61d85 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -108,6 +108,7 @@ article{padding-top:5.375em;margin-bottom:30px} @media only screen and (min-width:1024px){ header{position:fixed;left:0;top:0;bottom:0;width:300px;margin:0} menu{display:block;opacity:1;position:relative} +menu a{padding:10px 0} #profile{float:none;margin:15px 15px 0 15px} #toggle,.toggle{display:none} .wrap{margin:0 20px 0 340px}