On 8/9/07, Thilo Pfennig <[EMAIL PROTECTED]> wrote:
> Am Thu, 9 Aug 2007 17:01:59 +0200
> schrieb "m m" <[EMAIL PROTECTED]>:
>
>
> > i use modern theme. Why is it important to use a custom theme? Is
> > modern theme not suitable?
>
> BEcause in MoinMoin a theme is not only a theme as the name suggests
> but also a pythin script that spits out the code. So not only CSS.

Also, if you customize the built in themes it makes future upgrades
difficult. If you're going to customize, the first thing you should do
is copy a theme and make your customizations to the copy. That way,
when you upgrade, your changes don't get overwritten by the upgrade.

If you just want a CSS change that makes the menu disappear, do:

form.actionsmenu {
  display: none;
}

Its still there, obviously, just hidden.
-- 
Matthew Nuzum
newz2000 on freenode

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Moin-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to