From: Arnie P. v. a. <we...@ma...> - 2005-08-27 21:33:43
|
Log Message: ----------- comment out hack for peekaboo bug Modified Files: -------------- webwork-modperl/htdocs/css: ur.css Revision Data ------------- Index: ur.css =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/htdocs/css/ur.css,v retrieving revision 1.8 retrieving revision 1.9 diff -Lhtdocs/css/ur.css -Lhtdocs/css/ur.css -u -r1.8 -r1.9 --- htdocs/css/ur.css +++ htdocs/css/ur.css @@ -1,5 +1,6 @@ /* hack to get around MSIE peekaboo bug */ -* {zoom: 1;} +/* this hack causes other problems and may no longer be needed for the peekaboo bug so we will comment it out */ +/* * {zoom: 1;} */ /********************/ /* template classes */ |