View Full Version : Rating messes up uniformity...
I'm not sure if this would be considered a bug or not... It's not really a big deal, but I figured since this is still a release canidate it would be good to get the small things out too... When links are rated, the legend thing for the description of the link doesn't go to the end of the column. Check attachment :)
Brian
07-21-2004, 12:12 PM
Hmm... It looks like that's mostly a result of your normal font size being so small. Anything under 9pt gives me the same result on my localhost. You can correct that though by editing your 'adv_links_linkbit' template and replacing this:
<div id="menu_linkbit_$link[linkid]">
With this:
<div id="menu_linkbit_$link[linkid]" style="height:14px">
:)
Hmm... It looks like that's mostly a result of your normal font size being so small. Anything under 9pt gives me the same result on my localhost. You can correct that though by editing your 'adv_links_linkbit' template and replacing this:
<div id="menu_linkbit_$link[linkid]">
With this:
<div id="menu_linkbit_$link[linkid]" style="height:14px">
:)
I think you meant $links[linkid]... that worked perfectly, thank you :)
Brian
07-21-2004, 03:14 PM
Ahhh, you're right. I copied that from my dev copy and the variable has changed in the new version. ;)
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.