Author: ricky Update of /cvs/fedora/web/wiki/kindofblue/css In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17951/css Modified Files: msie.css Log Message: Fix stupid IE haslayout issue (as mentioned at https://www.redhat.com/archives/fedora-websites-list/2007-August/msg00139.html) Index: msie.css =================================================================== RCS file: /cvs/fedora/web/wiki/kindofblue/css/msie.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- msie.css 25 Jun 2007 15:52:55 -0000 1.2 +++ msie.css 28 Aug 2007 19:46:22 -0000 1.3 @@ -12,3 +12,7 @@ display: none; } +#page ul, +#page ol { + height: 1%; +}