Changeset 1124
- Timestamp:
- 01/11/2015 08:52:29 PM (11 years ago)
- Location:
- sites/trunk/translate.wordpress.org/public_html/gp-templates
- Files:
-
- 2 edited
-
helper-functions.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates/helper-functions.php
r608 r1124 1 1 <?php 2 2 3 wp_enqueue_style( 'wporg', ( is_ssl() ? gp_url_ssl( gp_url_public_root() ) : gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '201 40512' );3 wp_enqueue_style( 'wporg', ( is_ssl() ? gp_url_ssl( gp_url_public_root() ) : gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '20150111' ); 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
r607 r1124 20 20 p.description { 21 21 margin: 1em; 22 } 23 p.actionlist { 24 margin-top: 1em; 25 margin-bottom: 1em; 22 26 } 23 27 #gp-footer {
Note: See TracChangeset
for help on using the changeset viewer.