Updated the analog clock Widget
Thursday, 1. March 2007, 10:05:53
When updated it, I added a small tweak to help out our Linux users:
if (navigator.platform.toLowerCase().indexOf('linux') > -1 ) { document.body.className ="linux" };It checks if the Widget is run on the Linux platform, and if it is, sets class name of the <body> to "linux". I then have special backgrounds for Linux added in CSS. This way Linux users will get prettier clocks without the annoying drop-shadows (Widgets on Linux don't support more than 1bit transparency).Thanks to our JS developers for that little bit of code.