[ADD] Added support for 960gs - TODO: add the clear div required by 960gs in the markup + test that no classes from the framework are conflicting with roots's existing css (2)

This commit is contained in:
Joanthan Liuti
2011-03-31 19:01:31 +02:00
parent 8c4bfb8c1c
commit 5872c57923
15 changed files with 69 additions and 19 deletions

View File

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