From 2dda95fbf4ae4da9368c226939e2d1638470fb6e Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Fri, 3 Jun 2011 17:43:20 -0700 Subject: [PATCH] #17828: Fixing background covering links in admin menu Work Items: 17828 --HG-- branch : 1.x --- src/Orchard.Web/Themes/TheAdmin/Styles/site.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css index 3fda91fa6..7c832c20d 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css +++ b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css @@ -184,7 +184,6 @@ hr {border:0; height:1px; color:#e4e5e6; background-color:#e4e5e6;} #footer { clear:both; height:70px; - position:relative; margin-top:-70px; /*Top margin set negative px of footer height*/ background:url(images/vinesBackgroundBottom.gif) no-repeat bottom left; }