From c36290c5c17b99af6dba0b7dfc759e494c827b85 Mon Sep 17 00:00:00 2001 From: str4d Date: Tue, 1 Jan 2013 13:58:08 +0000 Subject: [PATCH] Shortened padding at top and bottom of navbar to visually match left padding --- i2p2www/static/styles/danimoth.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i2p2www/static/styles/danimoth.css b/i2p2www/static/styles/danimoth.css index 66b23dc6..a6e41f70 100644 --- a/i2p2www/static/styles/danimoth.css +++ b/i2p2www/static/styles/danimoth.css @@ -38,6 +38,8 @@ div#cssmenu .right { nav.navigation { position: absolute; margin: 13px 0 20px 20px; + padding-top: 10px; + padding-bottom: 0; width: 180px; z-index: 1; }