Please suggest me the way to use own project pub stylesheets, not the
stylesheets inside weblocks. I need to change the navigation widget
layout but don't know how to redirect it from /weblocks/pub/
stylesheets/menu.css to [my project]/pub/stylesheets/menu.css. Tried
the following:

(defwebapp website
    :prefix "/"
    :init-user-session 'altermoby-server::init-user-session
    :autostart nil
    :dependencies '((:stylesheet "pbu/stylesheets/menu")(:stylesheet
"pbu/stylesheets/layout")(:stylesheet "pbu/stylesheets/menu")
(:stylesheet "pbu/stylesheets/navigation"))
    :ignore-default-dependencies t
    :debug t)

without any success.

thanks.

On Feb 17, 6:43 pm, Ababo <[email protected]> wrote:
> Thanks for reply but it didn't work for me.

-- 
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en.

Reply via email to