[Jifty-commit] r2560 - jifty/trunk/share/web/static/css

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jan 25 10:21:16 EST 2007


Author: agentz
Date: Thu Jan 25 10:21:06 2007
New Revision: 2560

Modified:
   jifty/trunk/share/web/static/css/halos.css

Log:
halos.css - fixed the position type for #render_info.
IE only respects "absolute" here. No appearance changes
for mozilla browsers.

Modified: jifty/trunk/share/web/static/css/halos.css
==============================================================================
--- jifty/trunk/share/web/static/css/halos.css	(original)
+++ jifty/trunk/share/web/static/css/halos.css	Thu Jan 25 10:21:06 2007
@@ -95,7 +95,7 @@
 }
 
 #render_info {
-    position: fixed;
+    position: absolute;
     right:0.5em;
     bottom:0;
 }


More information about the Jifty-commit mailing list