diff -Naur old/plan/footer.php new/plan/footer.php
old
|
new
|
|
19 | 19 | |
20 | 20 | <div class="site-info"> |
21 | 21 | <?php do_action( 'twentytwelve_credits' ); ?> |
22 | | <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a> |
| 22 | <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'plan' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'plan' ); ?>"><?php printf( __( 'Proudly powered by %s', 'plan' ), 'WordPress' ); ?></a> |
23 | 23 | </div><!-- .site-info --> |
24 | 24 | </footer><!-- #colophon --> |
25 | 25 | </div><!-- #page --> |
diff -Naur old/plan/header.php new/plan/header.php
old
|
new
|
|
40 | 40 | </hgroup> |
41 | 41 | |
42 | 42 | <nav id="site-navigation" class="main-navigation" role="navigation"> |
43 | | <button class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></button> |
44 | | <a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a> |
| 43 | <button class="menu-toggle"><?php _e( 'Menu', 'plan' ); ?></button> |
| 44 | <a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'plan' ); ?>"><?php _e( 'Skip to content', 'plan' ); ?></a> |
45 | 45 | <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?> |
46 | 46 | </nav><!-- #site-navigation --> |
47 | 47 | |
diff -Naur old/plan/style.css new/plan/style.css
old
|
new
|
|
7 | 7 | License: GPL v2 or later |
8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
9 | 9 | Template: twentytwelve |
| 10 | Text Domain: plan |
10 | 11 | */ |
11 | 12 | |
12 | 13 | @import url( '../twentytwelve/style.css' ); |
… |
… |
|
19 | 20 | overflow: auto; |
20 | 21 | } |
21 | 22 | |
22 | | #sidebar-after-header aside, |
23 | | #sidebar-footer aside { |
24 | | float: left; |
25 | | margin-right: 2rem; |
26 | | } |
| 23 | #sidebar-after-header aside, |
| 24 | #sidebar-footer aside { |
| 25 | float: left; |
| 26 | margin-right: 2rem; |
| 27 | } |
27 | 28 | |
28 | | #sidebar-after-header aside:last-child, |
29 | | #sidebar-footer aside:last-child { |
30 | | margin-right: 0; |
31 | | } |
| 29 | #sidebar-after-header aside:last-child, |
| 30 | #sidebar-footer aside:last-child { |
| 31 | margin-right: 0; |
| 32 | } |
32 | 33 | |
33 | | #sidebar-after-header aside { |
34 | | margin-bottom: 0; |
35 | | } |
36 | | |
37 | | #sidebar-footer aside { |
38 | | margin-bottom: 1rem; |
39 | | } |
| 34 | #sidebar-after-header aside { |
| 35 | margin-bottom: 0; |
| 36 | } |
| 37 | |
| 38 | #sidebar-footer aside { |
| 39 | margin-bottom: 1rem; |
| 40 | } |