Topic: req: extensions need to add a css class to their content block
It's virtually impossible to style with the existing class names all being the same.
For example, the comment extension is nearly the same as the top sites extension with respect to html + css classes...
A comment I want to display differently than top sites (ie: no thumbnail for a comment).
something simple like the extension id used as a css class on the top level html element would work:
change:
<div class="openld-content">to:
<div class="openld-content link_comments">The class name can be pulled from the extension.xml as:
<extension>
<id>link_comments</id>I think this should be the standard behavior and the underlying extension framework should automatically add this class based on the extension's id.
Last edited by chovy (2009-12-27 20:39:34)