]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/functions.php
Wordpress 3.0.3-scripts
[autoinstalls/wordpress.git] / wp-content / themes / default / functions.php
index 9ad4ef2348e99138291869c9a19cf17f78117b8c..072ab66272e97b04da147af57774228ffdda571c 100644 (file)
@@ -4,6 +4,8 @@
  * @subpackage Default_Theme
  */
 
+$content_width = 450;
+
 automatic_feed_links();
 
 if ( function_exists('register_sidebar') ) {
@@ -311,6 +313,12 @@ function kubrick_theme_page_head() {
                width: 100%;
                display: <?php echo kubrick_header_display_string(); ?>;
        }
+       
+       .description {
+               margin-top: 16px;
+               color: #fff;
+       }
+
        #jsForm {
                display: none;
                text-align: center;