adding support for 960.gs

This commit is contained in:
Ben Word
2011-04-01 14:42:22 -06:00
parent 7db3bbb351
commit 369b6a45f5
34 changed files with 2926 additions and 114 deletions

View File

@@ -3,8 +3,8 @@
Template Name: Full Width
*/
get_header(); ?>
<div id="content" class="<?php echo CONTAINER_CLASS; ?>">
<div id="main" class="<?php echo CONTAINER_CLASS; ?>" role="main">
<div id="content" class="<?php echo roots_container_class; ?>">
<div id="main" class="<?php echo roots_container_class; ?>" role="main">
<div class="container">
<?php get_template_part('loop', 'page'); ?>
</div>