Make WordPress Core

Ticket #28938: 28938.diff

File 28938.diff, 1.6 KB (added by hiwhatsup, 10 years ago)

Here you go. I created a diff file using @TomasM ie.css file. Luckily @TomasM file was working copy of the latest revision of this file so comparing the two using diff tool was pretty easy.

  • src/wp-content/themes/twentytwelve/css/ie.css

     
    158158        color: #636363;
    159159        font-weight: bold;
    160160}
    161 .menu-toggle {
     161.main-navigation .menu-toggle {
    162162        display: none;
    163163}
    164164.entry-header .entry-title {
     
    183183        margin-bottom: 0;
    184184        width: 47.916666667%;
    185185}
     186/* IE Front Page Template Widget fix */
     187.template-front-page .widget-area {
     188        clear: both;
     189}
     190.template-front-page .widget {
     191        width: 100% !important;
     192        border: none;
     193}
    186194.template-front-page .widget-area .widget,
     195.template-front-page .first.front-widgets,
    187196.template-front-page.two-sidebars .widget-area .front-widgets {
    188197        float: left;
    189198        margin-bottom: 24px;
    190199        width: 51.875%;
    191200}
     201.template-front-page .second.front-widgets,
    192202.template-front-page .widget-area .widget:nth-child(odd) {
    193203        clear: right;
    194204}
    195 .template-front-page .widget-area .widget:nth-child(even),
     205.template-front-page .first.front-widgets,
     206.template-front-page .second.front-widgets,
    196207.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    197208        float: right;
    198209        margin: 0 0 24px;
     
    203214        float: none;
    204215        width: auto;
    205216}
     217/* add input font for <IE9 Password Box to make the bullets show up */
     218input[type="password"] {
     219        font-family: Helvetica, Arial, sans-serif;
     220}
    206221
    207 /* =RTL overrides for IE7 and IE8
     222/* RTL overrides for IE7 and IE8
    208223-------------------------------------------------------------- */
    209224.rtl .site-header h1,
    210225.rtl .site-header h2 {