#11155 closed enhancement (duplicate)
Move [gallery] styling to actual CSS and take it out of the body
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Gallery | Version: | |
| Severity: | normal | Keywords: | gallery |
| Cc: |
Description
I agree 100% with WP-Engineer's take on the nastiness of embedding the styling for gallery inserts inline http://wpengineer.com/a-solution-for-the-wordpress-gallery/. I would advocate that his solution be integrated into the core, as it is far more flexible and allows theme authors to restyle galleries on the fly.
I'll attach a diff for src/trunk/wp-includes/media.php presently.
Attachments (1)
Change History (4)
This may be better suited to one of the many open tickets on this: http://core.trac.wordpress.org/search?q=gallery+css A lot probably need to be closed as a duplicate of the one with the most discussion.
- Resolution set to duplicate
- Status changed from new to closed
Gah, dd32, you're right. I don't know why #10734 didn't crop up before when I searched.
Closing as dupe, at least in intention.

First crack at PHP alterations.