Changeset 1903
- Timestamp:
- 09/21/2015 10:06:47 PM (9 years ago)
- Location:
- sites/trunk/translate.wordpress.org/public_html/gp-templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates/helper-functions.php
r1897 r1903 1 1 <?php 2 2 3 wp_enqueue_style( 'wporg', gp_url_ssl( gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '201509 19' );3 wp_enqueue_style( 'wporg', gp_url_ssl( gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '20150922' ); 4 4 5 5 add_action( 'tmpl_load_locations', function( $locations, $template, $args, $template_path ) { -
sites/trunk/translate.wordpress.org/public_html/gp-templates/style.css
r1896 r1903 871 871 872 872 .stats-table table.table { 873 width: 740px;873 width: 100%; 874 874 text-align: center; 875 875 border-collapse: collapse; … … 877 877 878 878 .stats-table table thead { 879 border-bottom: 1px solid # 191E23;880 color: # 191E23;879 border-bottom: 1px solid #72777C; 880 color: #32373C; 881 881 background: white; 882 882 } … … 887 887 vertical-align: bottom; 888 888 width: 60px; 889 padding-top: 10px; 889 padding: 10px 3px; 890 font-size: .8em; 891 line-height: 1.2; 890 892 } 891 893 … … 900 902 .stats-table tbody th { 901 903 text-align: left; 902 padding: 3px 10px; 903 background: #eee; 904 padding: 10px; 905 background: #f9f9f9; 906 box-shadow: inset 0 1px 0 rgba(0,0,0,.05); 904 907 } 905 908 … … 917 920 918 921 .stats-table tbody td { 919 padding: 3px 0; 922 padding: 10px 0; 923 box-shadow: inset 0 1px 0 rgba(255,255,255,.15); 920 924 } 921 925
Note: See TracChangeset
for help on using the changeset viewer.