Changeset 377
- Timestamp:
- 02/05/2014 05:54:41 PM (12 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2
- Files:
-
- 1 added
- 3 edited
-
functions.php (modified) (1 diff)
-
header.php (modified) (1 diff)
-
make-intro.php (added)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/functions.php
r353 r377 10 10 wp_deregister_style( 'p2' ); 11 11 wp_register_style( 'p2', get_template_directory_uri() . '/style.css' ); 12 wp_enqueue_style( 'wporg-p2', get_stylesheet_uri(), array( 'p2' ), '201 3-08-22' );12 wp_enqueue_style( 'wporg-p2', get_stylesheet_uri(), array( 'p2' ), '2014-02-05' ); 13 13 } 14 14 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/header.php
r58 r377 29 29 <div id="wrapper"> 30 30 31 <?php is_home() && ! is_paged() && get_template_part( 'make-intro' ); ?> 32 31 33 <?php get_sidebar( get_post_type() ); ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css
r109 r377 212 212 display: block; 213 213 } 214 215 .make-welcome { 216 font-size: 14px; 217 color #333; 218 line-height: 1.45; 219 } 220 .make-welcome h4 { 221 font-weight: normal; 222 font-size: 18px; 223 } 224 .make-welcome h4, .make-welcome p { 225 margin-bottom: 14px; 226 } 227 .make-welcome .welcome p:first-child { 228 font-size: 23px; 229 margin-bottom: 26px; 230 } 231 .make-welcome .column { 232 vertical-align: top; 233 display: inline-block; 234 width: 30%; 235 padding: 1.5%; 236 } 237 .make-welcome .welcome { 238 padding-top: 1%; 239 } 240
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)