Site Manager
From FileZilla Wiki
Jump to navigationJump to search
In Google Chrome, the lists appear as a ouericr-type font that is different from what is in my theme. I corrected this by adding a font-family definer in the posts-per-cat/ppc-list.css. Add it in the /*list style*/ section of the plug-in:/* list style */#ppc-box .ppc-box .ppc ul {font-family: Arial, Tahoma, Verdana;list-style: none;margin: 0;padding: 0;}Hope that helps some others.