Make WordPress Core

Ticket #30301: 30301.diff

File 30301.diff, 2.1 KB (added by iamtakashi, 10 years ago)

Better spacing around page links.

  • src/wp-content/themes/twentyfifteen/rtl.css

     
    306306        margin-left: 1em;
    307307}
    308308
    309 .page-links a,
    310 .page-links > span {
    311         margin: 0 0 2px 1px;
    312 }
    313 
    314309.page-links > .page-links-title {
    315310        padding-right: 0;
    316311        padding-left: 0.5em;
  • src/wp-content/themes/twentyfifteen/style.css

     
    20242024.page-links {
    20252025        clear: both;
    20262026        font-family: "Noto Sans", sans-serif;
    2027         margin: 0 0 1.4667em;
     2027        margin-bottom: 1.3333em;
    20282028}
    20292029
    20302030.page-links a,
     
    20362036        font-size: 1.2rem;
    20372037        height: 2em;
    20382038        line-height: 2;
    2039         margin: 0 1px 2px 0;
     2039        margin-bottom: 0.3333em;
    20402040        text-align: center;
    20412041        width: 2em;
    20422042}
     
    32613261        }
    32623262
    32633263        .page-links {
    3264                 margin-bottom: 1.5294em;
     3264                margin-bottom: 1.41176em;
    32653265        }
    32663266
     3267        .page-links a,
     3268        .page-links > span {
     3269                margin-bottom: 0.2857em;
     3270        }
     3271
    32673272        .entry-attachment {
    32683273                margin-bottom: 1.6471em;
    32693274        }
     
    37923797        }
    37933798
    37943799        .page-links {
    3795                 margin-bottom: 1.5789em;
     3800                margin-bottom: 1.42105em;
    37963801        }
    37973802
     3803        .page-links a,
     3804        .page-links > span {
     3805                margin-bottom: 0.3125em;
     3806        }
     3807
    37983808        .entry-attachment {
    37993809                margin-bottom: 1.6842em
    38003810        }
     
    44474457        }
    44484458
    44494459        .page-links {
    4450                 margin-bottom: 1.4667em;
     4460                margin-bottom: 1.3333em;
    44514461        }
    44524462
     4463        .page-links a,
     4464        .page-links > span {
     4465                margin-bottom: 0.3333em;
     4466        }
     4467
    44534468        .entry-attachment {
    44544469                margin-bottom: 1.6em;
    44554470        }
     
    49654980        }
    49664981
    49674982        .page-links {
    4968                 margin-bottom: 1.5294em;
     4983                margin-bottom: 1.41176em;
    49694984        }
    49704985
     4986        .page-links a,
     4987        .page-links > span {
     4988                margin-bottom: 0.2857em;
     4989        }
     4990
    49714991        .entry-attachment {
    49724992                margin-bottom: 1.6471em;
    49734993        }
     
    54785498        }
    54795499
    54805500        .page-links {
    5481                 margin-bottom: 1.5789em;
     5501                margin-bottom: 1.42105em;
    54825502        }
    54835503
     5504        .page-links a,
     5505        .page-links > span {
     5506                margin-bottom: 0.3125em;
     5507        }
     5508
    54845509        .entry-attachment {
    54855510                margin-bottom: 1.6842em;
    54865511        }