[pmwiki-users] Skin & ... various questions
Hans
design5 at softflow.co.uk
Wed Mar 14 12:42:50 CDT 2007
Wednesday, March 14, 2007, 3:12:24 PM, Stéphane wrote:
> I would like to update a Skin (ie : abitmodern looks good and I would like
> to make it wider) and I'm wondering which tool could be used to do that ?
> I don't want to invest too much time in this process.
pub/skins/abitmodern/abitmodern.css
#body { width:....
#wrapper { width:....
and
pub/skins/abitmodern/abitmodern-ie.css
#wrapper { width:....
would need changing. Perhaps other values too.
You could leave the skin css files untouched and
create a pub/css/local.css file
and add new values for
#body { width:....
#wrapper { width:....
That way you won't loose changes when upgrading the skin.
Hope this helps. This is not tested by myself.
Hans
More information about the pmwiki-users
mailing list