From d9c7695f4d72cfe66c2d49a0913f173758c243e9 Mon Sep 17 00:00:00 2001
From: Mark Lentczner <markl@glyphic.com>
Date: Fri, 13 Aug 2010 15:11:59 +0000
Subject: [PATCH] adjusted margin to 2em, 1 wasn't enough

---
 html/Ocean.std-theme/ocean.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css
index 2cd55c5468..16d867341d 100644
--- a/html/Ocean.std-theme/ocean.css
+++ b/html/Ocean.std-theme/ocean.css
@@ -172,7 +172,7 @@ img.coll {
 
 #content {
   margin: 0 auto;
-  padding: 0 1em;
+  padding: 0 2em;
 }
 
 #package-header {
@@ -187,7 +187,7 @@ img.coll {
 #package-header .caption {
   background: url(hslogo-16.png) no-repeat 0em;
   color: white;
-  margin: 0 1em;
+  margin: 0 2em;
   font-weight: normal;
   font-style: normal;
   padding-left: 2em;
-- 
GitLab