From 67172823ec22a327c52024773b2db92eae54e42b Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Sun, 30 Oct 2011 21:34:26 -0700 Subject: [PATCH] Fix sprited header image in IE7. --- r2/r2/public/static/css/reddit-ie7-hax.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/r2/r2/public/static/css/reddit-ie7-hax.css b/r2/r2/public/static/css/reddit-ie7-hax.css index 36f61d850..63b6ffae6 100644 --- a/r2/r2/public/static/css/reddit-ie7-hax.css +++ b/r2/r2/public/static/css/reddit-ie7-hax.css @@ -23,3 +23,17 @@ #mail { top: 0; } + +#header-img.default-header { + display: block; + float: left; +} + +#header-bottom-left .tabmenu { + position: absolute; + bottom: -1px; +} + +#header-bottom-right { + clear: both; +}