Changeset 7157
- Timestamp:
- 04/23/2018 02:50:28 AM (8 years ago)
- Location:
- sites/trunk/buddypress.org/public_html/wp-content/themes
- Files:
-
- 4 edited
-
bb-base/functions.php (modified) (1 diff)
-
codex-bbpress-org/style.css (modified) (1 diff)
-
codex-buddypress-org/functions.php (modified) (1 diff)
-
codex-buddypress-org/screen.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php
r7156 r7157 55 55 56 56 // Version of CSS 57 $version = '2018042200 15';57 $version = '201804220020'; 58 58 59 59 // Base theme styling -
sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/style.css
r7156 r7157 214 214 border: 1px solid #ddd; 215 215 } 216 217 @media screen and ( max-width: 782px ) { 218 .footer-meta-wrap .footer-meta { 219 width: auto; 220 padding: 0; 221 } 222 .footer-meta-wrap .footer-meta .col-half { 223 width: 100%; 224 padding: 10px; 225 } 226 } -
sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/functions.php
r1644 r7157 5 5 */ 6 6 function bpcodex_register_stylesheet() { 7 wp_enqueue_style( 'bp-codex-screen', get_stylesheet_directory_uri() . '/screen.css', false, '2 .0.9', 'screen' );7 wp_enqueue_style( 'bp-codex-screen', get_stylesheet_directory_uri() . '/screen.css', false, '201804220020', 'screen' ); 8 8 wp_enqueue_style( 'google-font-source', 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700', false, '1.0', 'all' ); 9 9 } -
sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/screen.css
r7156 r7157 201 201 font-weight: 200; 202 202 } 203 204 @media screen and ( max-width: 782px ) { 205 .footer-meta-wrap .footer-meta { 206 width: auto; 207 padding: 0; 208 } 209 .footer-meta-wrap .footer-meta .col-half { 210 width: 100%; 211 padding: 10px; 212 } 213 }
Note: See TracChangeset
for help on using the changeset viewer.