Skip to content

Commit e1bba2e

Browse files
committed
Change div#body to div#content and removed div.inner
1 parent be83d13 commit e1bba2e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

themes/jquery/index.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
<!-- body -->
99
<?php global $sidebar; ?>
10-
<div id="body" class="clearfix <?php echo $sidebar; ?>">
11-
<div class="inner" role="main">
10+
<div id="content" class="clearfix <?php echo $sidebar; ?>">
1211

1312
<?php if ( have_posts() ) : ?>
1413

@@ -33,8 +32,6 @@
3332

3433
<?php endif; ?>
3534

36-
</div><!-- .inner -->
37-
3835
<?php if($sidebar): ?>
3936
<?php get_sidebar(); ?>
4037
<?php endif; ?>

themes/jquery/page.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@
1010

1111
get_header(); ?>
1212

13-
<div id="body" class="clearfix">
14-
<div class="inner" role="main">
13+
<div id="content" class="clearfix">
1514

1615
<?php the_post(); ?>
1716

1817
<?php get_template_part( 'content', 'page' ); ?>
1918

2019
<?php comments_template( '', true ); ?>
2120

22-
</div><!-- .inner -->
2321
</div><!-- #body -->
2422

2523
<?php get_footer(); ?>

0 commit comments

Comments
 (0)