Make WordPress Core

Ticket #21151: 21151.patch

File 21151.patch, 1.5 KB (added by sennza, 11 years ago)
  • wp-content/themes/twentyeleven/style.css

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    9595        float: right;
    9696        margin-right: 7.6%;
    9797        width: 18.8%;
     98        word-wrap: break-word;
    9899}
    99100
    100101/* Singular */
     102 No newline at end of file
  • wp-content/themes/twentyten/style.css

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    7979        float: right;
    8080        overflow: hidden;
    8181        width: 220px;
     82        word-wrap: break-word;
    8283}
    8384#secondary {
    8485        clear: right;
     86 No newline at end of file
  • wp-content/themes/twentytwelve/style.css

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    478478#secondary {
    479479        margin: 24px 0 0;
    480480        margin: 1.714285714rem 0 0;
     481        word-wrap: break-word;
    481482}
    482483@media screen and (min-width: 600px) {
    483484        #secondary {
    484485                float: right;
    485486                width: 26.041666667%;
     487                word-wrap: break-word;
    486488        }
    487489}
    488490
     491 No newline at end of file