From http://openclipart.org/css/default.css: #search { position: absolute; left: 0; top: 100px; z-index: 2 width: 100%; min-width: 700px; height: 30px; min-height: 30px; background: #94aed8; text-align: center; border-top: 1px solid black; border-bottom: 1px solid black; padding: 0; margin: 0; } The missing semicolon after "z-index 2" causes it and the following 'width' property to be ignored, which results in bad layout in Safari and Opera. See http://bugzilla.opendarwin.org/show_bug.cgi?id=10555 P.S. The W3C Valid CSS badge at the bottom of the page is misleading.
The WebKit bug is now at http://bugs.webkit.org/show_bug.cgi?id=10555
this bug is only minor, and will become obsolte when cchost becomes the primary engine and webpage for the open clip art library.
I fixed this nonetheless in the old stylesheet...
Mass reopen. The "LATER" resolution is lame, I'm deleting it. Consider LATER to have arrived.
Closing all openclipart bugs as openclipart is now on launchpad, as per request from Jon Philips.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.