Changeset 3588
- Timestamp:
- 06/26/2016 01:56:13 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
- Files:
-
- 1 added
- 2 edited
-
functions.php (modified) (2 diffs)
-
o2-app-footer.php (added)
-
style.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r3585 r3588 3 3 4 4 function styles() { 5 wp_dequeue_style('breathe-style'); 5 6 wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' ); 6 7 … … 8 9 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160626c' ); 9 10 } 10 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 9);11 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r3585 r3588 12 12 13 13 /* wp4.css overrides */ 14 p a { 14 p a, 15 p a:hover { 15 16 border-bottom: none; 16 17 } … … 59 60 font-weight: 300; 60 61 line-height: 1; 62 } 63 64 .site-header .site-title a:hover { 65 color: rgba( 255, 255, 255, 0.8 ); 61 66 } 62 67 … … 110 115 body, 111 116 .widget, 112 .o2-app-page-title { 117 .o2-app-page-title, 118 .comment.alt { 113 119 background-color: transparent; 120 } 121 122 .archive .o2-app-page-title { 123 color: inherit; 114 124 } 115 125
Note: See TracChangeset
for help on using the changeset viewer.