Make WordPress Core

Changeset 23611


Ignore:
Timestamp:
03/04/2013 10:51:27 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: move IE-specific properties out of main stylesheet. Props obenland, see #23507.

Location:
trunk/wp-content/themes/twentythirteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/css/ie.css

    r23610 r23611  
    144144
    145145/* Internet Explorer 7 */
     146.ie7 audio,
     147.ie7 canvas,
     148.ie7 video {
     149    display: inline;
     150    zoom: 1;
     151}
     152
     153.ie7 legend {
     154    margin-left: -7px;
     155}
     156
     157.ie7 button,
     158.ie7 input,
     159.ie7 select,
     160.ie7 textarea {
     161    vertical-align: middle;
     162}
     163
     164.ie7 button,
     165.ie7 input[type="button"],
     166.ie7 input[type="reset"],
     167.ie7 input[type="submit"] {
     168    overflow: visible;
     169}
     170
     171.ie7 input[type="checkbox"],
     172.ie7 input[type="radio"] {
     173    height: 13px;
     174    width: 13px;
     175}
     176
    146177.ie7 .assistive-text,
    147178.ie7 .site .screen-reader-text {
  • trunk/wp-content/themes/twentythirteen/style.css

    r23574 r23611  
    8282video {
    8383    display: inline-block;
    84     *display: inline;
    85     *zoom: 1;
    8684}
    8785
     
    216214samp {
    217215    font-family: monospace, serif;
    218     _font-family: "Courier New", monospace;
    219216    font-size: 14px;
    220217    -webkit-hyphens: none;
     
    354351    padding: 0;
    355352    white-space: normal;
    356     *margin-left: -7px;
    357353}
    358354
     
    365361    max-width: 100%;
    366362    vertical-align: baseline;
    367     *vertical-align: middle;
    368363}
    369364
     
    379374    -webkit-appearance: button;
    380375    cursor: pointer;
    381     *overflow: visible;
    382376}
    383377
     
    390384input[type="radio"] {
    391385    padding: 0;
    392     *height: 13px;
    393     *width: 13px;
    394386}
    395387
Note: See TracChangeset for help on using the changeset viewer.