[Slim-Checkins] r11829 - in /branches/6.5/server: Changelog6.html HTML/Dark/skin.css
kdf at svn.slimdevices.com
kdf at svn.slimdevices.com
Wed Apr 25 19:02:19 PDT 2007
Author: kdf
Date: Wed Apr 25 19:02:19 2007
New Revision: 11829
URL: http://svn.slimdevices.com?rev=11829&view=rev
Log:
Bug: 4907
Description: Fix a div that layers incorrectly in IE6
Modified:
branches/6.5/server/Changelog6.html
branches/6.5/server/HTML/Dark/skin.css
Modified: branches/6.5/server/Changelog6.html
URL: http://svn.slimdevices.com/branches/6.5/server/Changelog6.html?rev=11829&r1=11828&r2=11829&view=diff
==============================================================================
--- branches/6.5/server/Changelog6.html (original)
+++ branches/6.5/server/Changelog6.html Wed Apr 25 19:02:19 2007
@@ -48,6 +48,7 @@
<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>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4902">#4902</a> - BMF: correctly display and follow Windows shortcuts pointing to a drive; fix an issue with the path display on the player interface</li>
+ <li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4902">#4907</a> - Dark Skin: Song Info not visible.</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4924">#4924</a> - Nice to have: Up and Down buttons for PlayList on Dark skin</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4926">#4926</a> - Mac Installer & Preference Pane still shows 6.5.1 should be 6.5.2</li>
</ul>
Modified: branches/6.5/server/HTML/Dark/skin.css
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/Dark/skin.css?rev=11829&r1=11828&r2=11829&view=diff
==============================================================================
--- branches/6.5/server/HTML/Dark/skin.css (original)
+++ branches/6.5/server/HTML/Dark/skin.css Wed Apr 25 19:02:19 2007
@@ -7,10 +7,10 @@
H3 {
font-size : 20pt;
- font-weight : bold;
+ font-weight : bold;
text-align : left;
margin:0in;
- margin-bottom:6pt;
+ margin-bottom:6pt;
}
TD, P, DIV, A {
@@ -53,7 +53,6 @@
}
div#homeMenu {
- background-color: #000000;
position: relative;
height: auto;
width: auto;
More information about the checkins
mailing list