Changeset 3673
- Timestamp:
- 07/12/2016 06:30:57 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/header.php
r3672 r3673 35 35 <div class="make-welcome"> 36 36 <div class="entry-meta"> 37 <?php edit_post_link( __( 'Edit', 'o2' ) ); ?>37 <?php edit_post_link( __( 'Edit', 'o2' ), '', '', $welcome->ID ); ?> 38 38 <button type="button" id="make-welcome-hide" class="toggle dashicons dashicons-no" data-hash="<?php echo $content_hash; ?>" data-cookie="<?php echo $cookie; ?>" title="<?php esc_attr_e( 'Hide this message', 'p2-breathe' ); ?>"></button> 39 39 </div> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r3672 r3673 385 385 386 386 .make-welcome .entry-meta .post-edit-link { 387 margin-right: 15px; 387 margin-right: 10px; 388 font-size: 1.2em; 389 font-weight: normal; 390 padding-right: 15px; 391 border-right: 1px solid #ccc; 388 392 } 389 393
Note: See TracChangeset
for help on using the changeset viewer.