Changeset 25736
- Timestamp:
- 10/08/2013 09:36:46 PM (12 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r25735 r25736 460 460 * 2. Index views. 461 461 * 3. Full-width content layout. 462 * 4. Presence of footer widgets. 462 463 * 463 464 * @param array $classes A list of existing body class values. … … 477 478 $classes[] = 'full-width'; 478 479 480 if ( is_active_sidebar( 'sidebar-4' ) ) 481 $classes[] = 'footer-widgets'; 482 479 483 return $classes; 480 484 } -
trunk/src/wp-content/themes/twentyfourteen/style.css
r25735 r25736 2518 2518 line-height: 1.6363636363; 2519 2519 margin: 0 0 0 -100%; 2520 min-height: 100vh; 2520 2521 padding: 0 27px; 2521 2522 width: 128px; 2523 } 2524 body.footer-widgets #secondary { 2525 min-height: 0; 2522 2526 } 2523 2527 .site-description {
Note: See TracChangeset
for help on using the changeset viewer.