From d449bf0dccf25f6be6bf4609080e0930bfa7a110 Mon Sep 17 00:00:00 2001 From: Pablo Date: Mon, 22 Nov 2010 22:18:50 +0100 Subject: [PATCH] fixing div overlaying over feedback link --- wise-webapp/src/main/webapp/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wise-webapp/src/main/webapp/css/common.css b/wise-webapp/src/main/webapp/css/common.css index 8c54367e..1d4e9fac 100644 --- a/wise-webapp/src/main/webapp/css/common.css +++ b/wise-webapp/src/main/webapp/css/common.css @@ -184,7 +184,7 @@ h4 { #headerLogo { margin-top: 8px; height: 80px; - width: 200px; + width: 134px; background-image: url( "../images/logo-small.png" ); behavior: url( ../css/iepngfix.htc ); background-repeat: no-repeat;