Changeset 5255
- Timestamp:
- 01/12/2014 11:29:23 PM (12 years ago)
- Location:
- trunk/includes/admin
- Files:
-
- 7 deleted
- 2 edited
-
admin.php (modified) (2 diffs)
-
css/admin.css (modified) (1 diff)
-
images/badge-2x.png (deleted)
-
images/badge.png (deleted)
-
images/button-grad.png (deleted)
-
images/icons32-2x.png (deleted)
-
images/icons32.png (deleted)
-
images/menu-2x.png (deleted)
-
images/menu.png (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/admin.php
r5227 r5255 752 752 <h1><?php printf( esc_html__( 'Welcome to bbPress %s', 'bbpress' ), $display_version ); ?></h1> 753 753 <div class="about-text"><?php printf( esc_html__( 'Thank you for updating! bbPress %s is bundled up and ready to weather the storm of users in your community!', 'bbpress' ), $display_version ); ?></div> 754 <div class="bbp-badge">< ?php printf( esc_html__( 'Version %s', 'bbpress' ), $display_version ); ?></div>754 <div class="bbp-badge"></div> 755 755 756 756 <h2 class="nav-tab-wrapper"> … … 829 829 <h1><?php printf( esc_html__( 'Welcome to bbPress %s', 'bbpress' ), $display_version ); ?></h1> 830 830 <div class="about-text"><?php printf( esc_html__( 'Thank you for updating! bbPress %s is waxed, polished, and ready for you to take it for a lap or two around the block!', 'bbpress' ), $display_version ); ?></div> 831 <div class="bbp-badge">< ?php printf( esc_html__( 'Version %s', 'bbpress' ), $display_version ); ?></div>831 <div class="bbp-badge"></div> 832 832 833 833 <h2 class="nav-tab-wrapper"> -
trunk/includes/admin/css/admin.css
r5225 r5255 10 10 11 11 .bbp-badge { 12 padding-top: 142px; 13 height: 50px; 14 width: 173px; 15 color: #fafafa; 16 font-weight: bold; 17 font-size: 14px; 18 text-align: center; 19 margin: 0 -5px; 20 background: url('../images/badge.png') no-repeat; 12 font: normal 150px/1 'dashicons' !important; 13 color: #000; 14 display: inline-block; 15 } 16 17 .bbp-badge:before { 18 content: "\f451"; 21 19 } 22 20
Note: See TracChangeset
for help on using the changeset viewer.