Bugzilla – Bug 2914
Browsing artwork/albums/artists/etc. pages are all bold & linked.
Last modified: 2006-02-01 18:48:34 UTC
In the older versions of Slimserver, when browsing artwork/albums/artists/etc. the page browser (at top & bottom of current page) would show bold for the range that appear on the current page. Ie. you're looking at albums A-D, at the bottom of the page A-Z are listed and A-D should be bold with no link, the rest should be standard weight and linked. I notice when upgrading to 6.5b1 - 5998 - Linux - EN - utf8 that all letters (& numbers where applicable) are bold and have links.
looks like the slimserver.css for pagebar is overriding the bold tags in the actual pagebar. adding this to slimserver.css should fix it: .pagebar { font-weight: normal !important; }
Yes, that works. Of course the whole section now reads: .pagebar { clear: left; margin-left:2px; margin-top:0px; font-weight: normal !important; } This is in ./HTML/Default/slimserver.css so presume there are other places it belongs too.
committed to trunk at change 6010