[pmwiki-users] single page style

Patrick R. Michaud pmichaud at pobox.com
Fri Jan 27 08:07:29 CST 2006


On Fri, Jan 27, 2006 at 12:11:47PM +0000, Alan Loughlin wrote:
> 
> i've got a page that i want all spacing around the text portion of the 
> page removed. however, it's to only apply to a single page.

You can set custom css styles for individual pages by creating
a pub/css/Group.PageName.css file containing the custom rules.

It probably differs from one skin to the next -- in the default
"pmwiki" skin you would probably need something like:

    #wikileft { padding: 10px 0 0 10px; }
    #wikibody { padding: 0px; }

Pm




More information about the pmwiki-users mailing list