Changes between Initial Version and Version 1 of Ticket #23147, comment 5
- Timestamp:
- 02/15/13 19:19:28 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23147, comment 5
initial v1 1 .wp-caption adds only general padding for the whole element, but as we can see from the original css , rules for the aligned elements apply only if that element is image, caption is not image, so that's why we should add div selector, otherwise we could remove img, selector I would say, so every aligned element would get those rules applied:1 .wp-caption adds only general padding for the whole element, but as we can see from the original css 2 2 3 3 … … 9 9 }}} 10 10 11 Rules for the aligned elements apply only if that element is image, caption is not image, so that's why we should add div selector, otherwise we could remove img, selector I would say, so every aligned element would get those rules applied: 12 11 13 For a limited time you can see it here (with original, not fixed CSS): 12 14
