Changeset 2256
- Timestamp:
- 01/07/2016 12:54:47 PM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2
- Files:
-
- 2 edited
-
make-intro.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/make-intro.php
r944 r2256 5 5 setup_postdata( $welcome ); 6 6 ?> 7 <style>8 </style>9 7 <div class="make-welcome"> 10 <?php the_content(); ?> 8 <?php 9 the_content(); 10 edit_post_link( __( 'Edit', 'p2' ), '<p class="make-welcome-edit">', '</p>', $welcome->ID ); 11 ?> 11 12 </div> 12 13 <?php 13 14 wp_reset_postdata(); 14 15 } 15 16 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css
r2234 r2256 643 643 .make-welcome .welcome { 644 644 padding-top: 1%; 645 } 646 647 .make-welcome .make-welcome-edit { 648 display: block; 649 text-align: right; 650 margin: 0 5px 5px 0; 645 651 } 646 652
Note: See TracChangeset
for help on using the changeset viewer.