Changes between Initial Version and Version 1 of Ticket #18497, comment 4
- Timestamp:
- 08/24/11 18:11:06 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18497, comment 4
initial v1 1 Part of my thought behind this patch was that a lot of "average" users can add CSS to their theme but don't have the skills to add a filter in PHP further th at in situations like muiltsite (where we run WordPress.com Custom CSS plugin)users can sometimes add CSS but aren't allowed to add PHP. However I still see the utility in auto-generating the CSS such that size/columns/etc can all be accounted for dynamically.1 Part of my thought behind this patch was that a lot of "average" users can add CSS to their theme but don't have the skills to add a filter in PHP further there are situations like muiltsite (where we run WordPress.com Custom CSS plugin) where users can sometimes add CSS but aren't allowed to add PHP. However I still see the utility in auto-generating the CSS such that size/columns/etc can all be accounted for dynamically. 2 2 3 3 Gary's right that I don't see a huge percentage of people needing the ability to disable the default CSS on a gallery by gallery basis and... now for the embarrassing admission... I'd forgotten the specificity needed could be added with body classes, I was thinking overriding inline css required !important.
