Make WordPress Core

Ticket #38670: 38670.patch

File 38670.patch, 1.3 KB (added by laurelfulford, 8 years ago)
  • src/wp-content/themes/twentyseventeen/rtl.css

     
    135135        float: left;
    136136}
    137137
     138.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
     139        margin-left: 0.5em;
     140        margin-right: 0;
     141}
     142
     143.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
     144        margin-left: 0;
     145        margin-right: 0.5em;
     146}
     147
    138148/* Blog Entries */
    139149
    140150.entry-footer .cat-links,
  • src/wp-content/themes/twentyseventeen/style.css

     
    21662166
    21672167.nav-title {
    21682168        color: #333;
    2169         font-size: 16px;
    2170         font-size: 1rem;
     2169        font-size: 15px;
     2170        font-size: 0.9375rem;
    21712171}
    21722172
    21732173.post-navigation .nav-next {
     
    21742174        margin-top: 1.5em;
    21752175}
    21762176
     2177.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
     2178        margin-right: 0.5em;
     2179}
     2180
     2181.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
     2182        margin-left: 0.5em;
     2183}
     2184
    21772185/*--------------------------------------------------------------
    21782186## Pages
    21792187--------------------------------------------------------------*/