Fixing foo
Sat, 13/03/2010 - 01:14
Robs
Joined: 15/02/2010
Posts:
May I politely request a fix to the tma theme in the next release? I've got multiple missing foo.gif entries in my log and have seen two other users reporting the same thing on these forums.
I suspect the problem is from tma.css:
ul.menu li ul, li.expanded ul, li.collapsed ul, li.leaf ul, .block .item-list ul li ul
{
list-style: none;
list-style-image: url(foo.gif);
margin: 0;
padding: 0.3em 0 0.2em 0.8em;
}
And it's been noted on the Drupal site:
http://drupal.org/node/433726
Hosting
The ProsePoint Factory offers a Hosted ProsePoint service.
Done. A fix will be incorporated into future releases of ProsePoint.
If you'd like to patch your own system with this fix, edit .../profiles/prosepoint/themes/tma/tma/tma.css and delete line 578 where it says:
list-style-image: url(foo.gif);Then you may need to clear your site cache for it to take effect (if you have css aggregation enabled).
Thank you for your patience.