- Timestamp:
- 07/22/2015 04:32:41 AM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes
-
Property
svn:ignore
set to
node_modules
-
Property
svn:ignore
set to
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style-rtl.css
r1770 r1771 329 329 330 330 .theme-navigation .close:before { 331 content: '\2190';331 content: "\2192"; 332 332 margin-left: 5px; 333 }334 .rtl .theme-navigation .close:before {335 content: '\2192';336 333 } 337 334 … … 362 359 .theme-navigation .right:before, 363 360 .theme-navigation .left:before { 364 font: 400 20px/2.6 dashicons !important;365 361 text-decoration: inherit; 366 362 -webkit-font-smoothing: antialiased; … … 385 381 } 386 382 387 .theme-navigation .nav-previous a:before, 388 .theme-navigation .left:before, 389 .rtl .theme-navigation .right:before { 390 content: '\f341'; 391 } 392 393 .theme-navigation .nav-next a:before, 394 .theme-navigation .right:before, 395 .rtl .theme-navigation .left:before { 396 content: '\f345'; 383 /* These dashicons are in-line to allow the rtl processor to flip them */ 384 .theme-navigation .dashicons-arrow-left-alt2:before { 385 content: "\f345"; 386 } 387 .theme-navigation .dashicons-arrow-right-alt2:before { 388 content: "\f341"; 397 389 } 398 390 … … 453 445 454 446 .theme-wrap .theme-meta-info a:after { 455 content: '\2192';447 content: "\2190"; 456 448 margin-right: 5px; 457 }458 459 .rtl .theme-wrap .theme-meta-info a:after {460 content: '\2190';461 449 } 462 450 … … 880 868 cursor: default; 881 869 pointer-events: none; 882 }883 884 .rtl .theme-install-overlay .previous-theme:before {885 content: "\f341";886 }887 888 .rtl .theme-install-overlay .next-theme:before {889 content: "\f345";890 870 } 891 871 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style.css
r1770 r1771 329 329 330 330 .theme-navigation .close:before { 331 content: '\2190';331 content: "\2190"; 332 332 margin-right: 5px; 333 }334 .rtl .theme-navigation .close:before {335 content: '\2192';336 333 } 337 334 … … 362 359 .theme-navigation .right:before, 363 360 .theme-navigation .left:before { 364 font: 400 20px/2.6 dashicons !important;365 361 text-decoration: inherit; 366 362 -webkit-font-smoothing: antialiased; … … 385 381 } 386 382 387 .theme-navigation .nav-previous a:before, 388 .theme-navigation .left:before, 389 .rtl .theme-navigation .right:before { 390 content: '\f341'; 391 } 392 393 .theme-navigation .nav-next a:before, 394 .theme-navigation .right:before, 395 .rtl .theme-navigation .left:before { 396 content: '\f345'; 383 /* These dashicons are in-line to allow the rtl processor to flip them */ 384 .theme-navigation .dashicons-arrow-left-alt2:before { 385 content: "\f341"; 386 } 387 .theme-navigation .dashicons-arrow-right-alt2:before { 388 content: "\f345"; 397 389 } 398 390 … … 453 445 454 446 .theme-wrap .theme-meta-info a:after { 455 content: '\2192';447 content: "\2192"; 456 448 margin-left: 5px; 457 }458 459 .rtl .theme-wrap .theme-meta-info a:after {460 content: '\2190';461 449 } 462 450 … … 880 868 cursor: default; 881 869 pointer-events: none; 882 }883 884 .rtl .theme-install-overlay .previous-theme:before {885 content: "\f345";886 }887 888 .rtl .theme-install-overlay .next-theme:before {889 content: "\f341";890 870 } 891 871 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme-single.php
r1770 r1771 3 3 <a class="close" href="<?php echo home_url('/'); ?>"><?php _e( 'Return to Themes List', 'wporg-themes' ); ?></a> 4 4 <div class="navigation post-navigation"> 5 <button class="left dashicons dashicons- nodisabled"><span class="screen-reader-text"><?php _e( 'Show previous theme', 'wporg-themes' ); ?></span></button>6 <button class="right dashicons dashicons- nodisabled"><span class="screen-reader-text"><?php _e( 'Show next theme', 'wporg-themes' ); ?></span></button>5 <button class="left dashicons dashicons-arrow-left-alt2 disabled"><span class="screen-reader-text"><?php _e( 'Show previous theme', 'wporg-themes' ); ?></span></button> 6 <button class="right dashicons dashicons-arrow-right-alt2 disabled"><span class="screen-reader-text"><?php _e( 'Show next theme', 'wporg-themes' ); ?></span></button> 7 7 </div> 8 8 </div> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
r1770 r1771 3 3 <button class="close"><?php _e( 'Return to Themes List', 'wporg-themes' ); ?></button> 4 4 <div class="navigation post-navigation"> 5 <button class="left dashicons dashicons- no"><span class="screen-reader-text"><?php _e( 'Show previous theme', 'wporg-themes' ); ?></span></button>6 <button class="right dashicons dashicons- no"><span class="screen-reader-text"><?php _e( 'Show next theme', 'wporg-themes' ); ?></span></button>5 <button class="left dashicons dashicons-arrow-left-alt2"><span class="screen-reader-text"><?php _e( 'Show previous theme', 'wporg-themes' ); ?></span></button> 6 <button class="right dashicons dashicons-arrow-right-alt2"><span class="screen-reader-text"><?php _e( 'Show next theme', 'wporg-themes' ); ?></span></button> 7 7 </div> 8 8 </div>
Note: See TracChangeset
for help on using the changeset viewer.