Changeset 378
- Timestamp:
- 02/05/2014 06:11:58 PM (11 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/functions.php
r377 r378 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' ), '2014-02-05 ' );12 wp_enqueue_style( 'wporg-p2', get_stylesheet_uri(), array( 'p2' ), '2014-02-05a' ); 13 13 } 14 14 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css
r377 r378 217 217 color #333; 218 218 line-height: 1.45; 219 background: #e4f2fd; 220 border: 1px solid #d9e1e7; 221 margin-bottom: 10px; 219 222 } 220 223 .make-welcome h4 { 221 224 font-weight: normal; 222 225 font-size: 18px; 226 font-family: "Open Sans", serif; 223 227 } 224 228 .make-welcome h4, .make-welcome p { … … 226 230 } 227 231 .make-welcome .welcome p:first-child { 228 font-size: 23px; 229 margin-bottom: 26px; 232 font-size: 22px; 233 margin: 12px 0 23px; 234 font-family: "Open Sans", serif; 230 235 } 231 236 .make-welcome .column {
Note: See TracChangeset
for help on using the changeset viewer.