adding support for 960.gs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php get_header(); ?>
|
||||
<div id="content" class="<?php echo CONTAINER_CLASS; ?>">
|
||||
<div id="content" class="<?php echo roots_container_class; ?>">
|
||||
<div id="main" class="<?php echo get_option('roots_main_class'); ?>" role="main">
|
||||
<div class="container">
|
||||
<h1>Latest Posts</h1>
|
||||
@@ -11,6 +11,5 @@
|
||||
<?php get_sidebar(); ?>
|
||||
</div>
|
||||
</aside><!-- /#sidebar -->
|
||||
<?php echo get_roots_960gs_cleardiv() ?>
|
||||
</div><!-- /#content -->
|
||||
<?php get_footer(); ?>
|
||||
|
||||
Reference in New Issue
Block a user