Ticket #38670: 38670.patch
File 38670.patch, 1.3 KB (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/rtl.css
135 135 float: left; 136 136 } 137 137 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 138 148 /* Blog Entries */ 139 149 140 150 .entry-footer .cat-links, -
src/wp-content/themes/twentyseventeen/style.css
2166 2166 2167 2167 .nav-title { 2168 2168 color: #333; 2169 font-size: 1 6px;2170 font-size: 1rem;2169 font-size: 15px; 2170 font-size: 0.9375rem; 2171 2171 } 2172 2172 2173 2173 .post-navigation .nav-next { … … 2174 2174 margin-top: 1.5em; 2175 2175 } 2176 2176 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 2177 2185 /*-------------------------------------------------------------- 2178 2186 ## Pages 2179 2187 --------------------------------------------------------------*/