Changes between Initial Version and Version 1 of Ticket #23147, comment 5

Timestamp:
02/15/13 19:19:28 (3 months ago)
Author:
TomasM
Comment:

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 
    22 
    33 
     
    99}}} 
    1010 
     11Rules 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 
    1113For a limited time you can see it here (with original, not fixed CSS): 
    1214