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.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Robin Sheat 2012-05-23 17:24:21 +12:00 committed by Paul Poulain
parent 9f7186afd3
commit 31bec8507f

View file

@ -2168,6 +2168,7 @@ div.ft {
#recentcomments {
margin:auto;
max-width:750px;
margin-left: 13.3207em;
}
.searchresults .commentline {