Changeset 3621
- Timestamp:
- 07/04/2016 07:20:09 AM (9 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/functions.php
r3620 r3621 7 7 8 8 // Cacheing hack 9 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160704 ' );9 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160704a' ); 10 10 } 11 11 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r3619 r3621 161 161 .content-area { 162 162 width: 71%; 163 } 164 165 .o2-app-page-title { 166 font-weight: 400; 167 font-size: 2.2em; 168 line-height: 1.1; 169 text-transform: none; 163 170 } 164 171
Note: See TracChangeset
for help on using the changeset viewer.