Side navigation
#1674 closed bug (fixed)
Opened September 19, 2007 03:42AM UTC
Closed October 17, 2007 04:51PM UTC
Theme is required for .shadow() to work
Reported by: | john | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
You have to include a theme file just to get .shadow() to do anything - that seems a little excessive.
The problem is that css classes are much more effective than modifing style tags directly. So in order to gain speed, I still think we should use css here. One option would be packing the css file not into the skin but to the plugin directly. How does that sound?