~katiekitty/+junk/wordpress-byet

« back to all changes in this revision

Viewing changes to wp-content/themes/default/functions.php

  • Committer: kserver
  • Date: 2010-05-15 01:16:36 UTC
  • Revision ID: kserver@kserver-desktop-20100515011636-mnr1j7t637suptdq
Wordpress 2.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * @subpackage Default_Theme
5
5
 */
6
6
 
 
7
$content_width = 450;
 
8
 
7
9
automatic_feed_links();
8
10
 
9
11
if ( function_exists('register_sidebar') ) {
311
313
                width: 100%;
312
314
                display: <?php echo kubrick_header_display_string(); ?>;
313
315
        }
 
316
        
 
317
        .description {
 
318
                margin-top: 16px;
 
319
                color: #fff;
 
320
        }
 
321
 
314
322
        #jsForm {
315
323
                display: none;
316
324
                text-align: center;