Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22712, comment 27


Ignore:
Timestamp:
01/24/2014 05:18:45 PM (11 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22712, comment 27

    initial v1  
    1 Looking at this again: most of the `valign="top"` are in `table.widefat`. There is already
    2 
    3 {{{
    4 .widefat td {
    5     vertical-align: top;
    6 }
    7 }}}
    8 
    9 that covers almost all cases, and all of the th have vertical-align set.
     1Looking at this again: most of the `valign` are in `table.widefat` or `table.form-table`. There is already vertical alignment for th and td in css for both tables.
    102
    113Don't think we need to add new alignment classes. Better to remove all `valign` and if something goes out of vertical alignment, can target it directly in css.