From 8eea7b22a3f1bde8495a26f3cd2287cd05ebdbae Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 21 Jan 2013 22:38:31 +0000 Subject: [PATCH] Added space between mobile dropdown menu and content --- i2p2www/static/styles/duck/mobile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i2p2www/static/styles/duck/mobile.css b/i2p2www/static/styles/duck/mobile.css index 38d24f66..86f1b200 100644 --- a/i2p2www/static/styles/duck/mobile.css +++ b/i2p2www/static/styles/duck/mobile.css @@ -117,6 +117,10 @@ div#content .aside { width: 100%; } +div#content .inner { + margin-top: 1em; +} + .sig { display: none; }