From 18e26d6cc3dd3494eaa8aafbe671a895b653d6ec Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Tue, 18 Dec 2012 00:42:19 +0000
Subject: [PATCH] Replace half of .inner padding with margin -> adds side
 border to all pages

---
 i2p2www/static/styles/duck.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css
index 64a0992ae..66fcc14f0 100644
--- a/i2p2www/static/styles/duck.css
+++ b/i2p2www/static/styles/duck.css
@@ -237,7 +237,7 @@ div#content .main {
      * The .inner class is for the content wrapper on inner pages (as opposed to the home page)
      */
     div#content .inner {
-        width:auto; padding: 4em 10%; position:relative;
+        width:auto; margin: 0 5%; padding: 4em 5%; position:relative;
         background: rgba(171, 204, 113, 0.6); border-top:2px solid #abcc71;
         color:black; font-size:1.2em; line-height:1.4em;
     }
-- 
GitLab