Ticket #61290: 61290.WIP.diff
File 61290.WIP.diff, 1.9 KB (added by , 13 months ago) |
---|
-
src/wp-content/themes/twentyeleven/functions.php
294 294 295 295 // Indicate widget sidebars can use selective refresh in the Customizer. 296 296 add_theme_support( 'customize-selective-refresh-widgets' ); 297 298 // Switch default core markup to output valid HTML5. 299 add_theme_support( 300 'html5', 301 array( 302 'search-form', 303 'comment-form', 304 'comment-list', 305 'gallery', 306 'caption', 307 'script', 308 'style', 309 'navigation-widgets', 310 ) 311 ); 297 312 } 298 313 endif; // twentyeleven_setup() 299 314 -
src/wp-content/themes/twentyeleven/style.css
2194 2194 width: 68.9%; 2195 2195 } 2196 2196 #respond input[type="text"], 2197 #respond input[type="email"], 2198 #respond input[type="url"], 2197 2199 #respond textarea { 2198 2200 background: #fff; 2199 2201 border: 4px solid #eee; … … 2231 2233 z-index: 1; 2232 2234 } 2233 2235 #respond input[type="text"]:focus, 2236 #respond input[type="email"]:focus, 2237 #respond input[type="url"]:focus, 2234 2238 #respond textarea:focus { 2235 2239 text-indent: 0; 2236 2240 z-index: 1; … … 2329 2333 #respond label { 2330 2334 line-height: 2.2em; 2331 2335 } 2332 #respond input[type=text] { 2336 #respond input[type="text"], 2337 #respond input[type="email"], 2338 #respond input[type="url"] { 2333 2339 display: block; 2334 2340 height: 24px; 2335 2341 width: 75%; … … 2622 2628 top: 2.2em; 2623 2629 } 2624 2630 /* Use the available space in the smaller comment form */ 2625 #respond input[type="text"] { 2631 #respond input[type="text"], 2632 #respond input[type="email"], 2633 #respond input[type="url"] { 2626 2634 width: 95%; 2627 2635 } 2628 2636 #content .gallery-columns-3 .gallery-item {