[pmwiki-users] CSS in HTML pages
Patrick R. Michaud
pmichaud at pobox.com
Thu Jun 15 15:16:36 CDT 2006
On Thu, Jun 15, 2006 at 09:23:19PM +0200, Joachim Durchholz wrote:
> PmWiki places to much of the formatting in the HTML head.
>
> E.g. I wanted to change the standard indent from 40px to 1.5em, and I
> ended up having to override $HTMLStylesFmt['pmwiki'] in config.php just
> to change the definitions of .indent and .outdent.
>
> Is there a better way to override these settings?
Sure, there are at least two easy ways to do it:
1. In pub/css/local.css
.indent { margin-left:1.5em; }
2. Create a new $HTMLStylesFmt setting in config.php:
$HTMLStylesFmt[] = ' .indent { margin-left:1.5em; } ';
Pm
More information about the pmwiki-users
mailing list