From e44e10636ef01735b1ff4b4fc3c7755b83ff1568 Mon Sep 17 00:00:00 2001 From: tworrall Date: Mon, 20 Jun 2011 13:58:28 +0000 Subject: [PATCH] NIHVIVO-2724: css change to fix text overlap --- webapp/web/css/vitro.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp/web/css/vitro.css b/webapp/web/css/vitro.css index 7ec39d5dd..1b8b1d2c6 100644 --- a/webapp/web/css/vitro.css +++ b/webapp/web/css/vitro.css @@ -103,8 +103,9 @@ display: block; border-bottom: 1px solid #dde4e3; font-size: 14px; - height: 35px; - line-height: 35px; +} +.searchTOC ul li:hover { + background-color:#f7f9f9; } .searchTOC ul li:last-child { border-bottom: none