From e304a6c86cf6dc60dfbc2b65c4a1b517b2bf408b Mon Sep 17 00:00:00 2001
From: Robin Sheat <robin@catalyst.net.nz>
Date: Wed, 23 May 2012 17:24:21 +1200
Subject: [PATCH] [SIGNED-OFF] Bug 8139 - add margin to recent comments CSS to
 fix stuff with menus

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Simple CSS change, fixes the problem with left navigation
overlapping list of recent comments on small screens in OPAC.
---
 koha-tmpl/opac-tmpl/prog/en/css/opac.css |    1 +
 1 file changed, 1 insertion(+)

diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
index ea538aa..5c8321a 100644
--- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css
+++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
@@ -2168,6 +2168,7 @@ div.ft {
 #recentcomments {
 	margin:auto;
 	max-width:750px;
+	margin-left: 13.3207em;
 }
 
 .searchresults .commentline {
-- 
1.7.9.5