Ticket #30578: 30578.2.diff
File 30578.2.diff, 1.6 KB (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/inc/customizer.php
308 308 input[type="submit"], 309 309 .pagination .prev, 310 310 .pagination .next, 311 .pagination .prev:before,312 .pagination .next:before,313 311 .widget_calendar tbody a, 314 312 .widget_calendar tbody a:hover, 315 313 .widget_calendar tbody a:focus, 316 . entry-content .page-links a,317 . entry-content .page-links a:hover,318 . entry-content .page-links a:focus,314 .page-links a, 315 .page-links a:hover, 316 .page-links a:focus, 319 317 .sticky-post { 320 318 color: {{ data.box_background_color }}; 321 319 } -
src/wp-content/themes/twentyfifteen/style.css
2196 2196 padding-left: 0.8em; 2197 2197 } 2198 2198 2199 .comment-list .children article {2200 border-color: #f5f5f5;2201 border-color: rgba(51, 51, 51, 0.05);2202 }2203 2204 2199 .comment-author { 2205 2200 color: #707070; 2206 2201 color: rgba(51, 51, 51, 0.7); … … 2243 2238 } 2244 2239 2245 2240 .comment-metadata a:hover, 2246 .pingback .edit-link a:hover {2241 .pingback .edit-link a:hover { 2247 2242 border-bottom: 1px solid #333; 2248 2243 } 2249 2244 … … 3527 3522 font-size: 1.6rem; 3528 3523 } 3529 3524 3530 .post-navigation .post-title {3531 font-size: 24px;3532 font-size: 2.4rem;3533 line-height: 1.1667;3534 }3535 3536 3525 .pagination .nav-links { 3537 3526 min-height: 3.3684em; 3538 3527 }