equal
deleted
inserted
replaced
2 /** |
2 /** |
3 * @package WordPress |
3 * @package WordPress |
4 * @subpackage Default_Theme |
4 * @subpackage Default_Theme |
5 */ |
5 */ |
6 |
6 |
7 load_theme_textdomain( 'kubrick' ); |
7 $content_width = 450; |
8 |
8 |
9 automatic_feed_links(); |
9 automatic_feed_links(); |
10 |
10 |
11 if ( function_exists('register_sidebar') ) { |
11 if ( function_exists('register_sidebar') ) { |
12 register_sidebar(array( |
12 register_sidebar(array( |
13 'before_widget' => '<li id="%1$s" class="widget %2$s">', |
13 'before_widget' => '<li id="%1$s" class="widget %2$s">', |
311 margin: 0; |
311 margin: 0; |
312 height: 200px; |
312 height: 200px; |
313 width: 100%; |
313 width: 100%; |
314 display: <?php echo kubrick_header_display_string(); ?>; |
314 display: <?php echo kubrick_header_display_string(); ?>; |
315 } |
315 } |
|
316 .description { |
|
317 margin-top: 16px; |
|
318 color: #fff; |
|
319 } |
316 #jsForm { |
320 #jsForm { |
317 display: none; |
321 display: none; |
318 text-align: center; |
322 text-align: center; |
319 } |
323 } |
320 #jsForm input.submit, #jsForm input.button, #jsAdvanced input.button { |
324 #jsForm input.submit, #jsForm input.button, #jsAdvanced input.button { |