[pmwiki-users] Image frames and the "frame", lfloat, and rfloat classes

Patrick R. Michaud pmichaud at pobox.com
Mon Aug 8 13:23:17 CDT 2005


On Mon, Aug 08, 2005 at 07:44:28PM +1200, Simon wrote:
> Could the classes "frame" "lfloat" and "rfloat" currently included in 
> the wiki page
> be moved to pmwiki.css
> 
>    .frame
>      { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
>    .lfloat { float:left; margin-right:0.5em; }
>    .rfloat { float:right; margin-left:0.5em; }

Why?  I don't want to require every skin designer to have to
duplicate these settings in a .css file for what is PmWiki basic 
functionality.

One can disable these settings by using

    $HTMLStylesFmt['wikistyles'] = '';

One can disable all of the custom style outputs by using

    $HTMLHeaderFmt['styles'] = array();

Pm




More information about the pmwiki-users mailing list