[Slim-Checkins] r11749 - in /trunk/server: Changelog6.html HTML/Default/slimserver.css
kdf at svn.slimdevices.com
kdf at svn.slimdevices.com
Wed Apr 11 18:34:09 PDT 2007
Author: kdf
Date: Wed Apr 11 18:34:08 2007
New Revision: 11749
URL: http://svn.slimdevices.com?rev=11749&view=rev
Log:
Bug: 4891
Description: fix an ie quirk with the songInfoHeader
Modified:
trunk/server/Changelog6.html
trunk/server/HTML/Default/slimserver.css
Modified: trunk/server/Changelog6.html
URL: http://svn.slimdevices.com/trunk/server/Changelog6.html?rev=11749&r1=11748&r2=11749&view=diff
==============================================================================
--- trunk/server/Changelog6.html (original)
+++ trunk/server/Changelog6.html Wed Apr 11 18:34:08 2007
@@ -44,6 +44,7 @@
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4823">#4823</a> - Disc number higher then 255 may crash the scanner</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4852">#4852</a> - down arrow moves song to 2nd position in playlist</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4872">#4872</a> - Installer: Error creating INI entry in Logitech.url</li>
+ <li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4891">#4891</a> - "Play this song" and "Add this song to playlist" links are not always visible.</li>
</ul>
<br />
<li>Other:
Modified: trunk/server/HTML/Default/slimserver.css
URL: http://svn.slimdevices.com/trunk/server/HTML/Default/slimserver.css?rev=11749&r1=11748&r2=11749&view=diff
==============================================================================
--- trunk/server/HTML/Default/slimserver.css (original)
+++ trunk/server/HTML/Default/slimserver.css Wed Apr 11 18:34:08 2007
@@ -308,7 +308,7 @@
div#homeMenu {
background-color: #ffffff;
- height: auto;
+ height: 0;
width: auto;
margin-top: 5px;
margin-left: 8px;
More information about the checkins
mailing list