adding support for the 1140px grid

This commit is contained in:
Ben Word
2011-04-15 11:05:27 -06:00
parent 4e99ef00b1
commit 1a1b5d7943
9 changed files with 1031 additions and 38 deletions

View File

@@ -1,3 +1,7 @@
<?php if (get_option('roots_css_framework') === '1140') { ?>
</div><!-- /.row -->
<div class="row">
<?php } ?>
<footer id="content-info" class="<?php echo roots_container_class; ?>" role="contentinfo">
<div class="container">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer") ) : ?>
@@ -23,10 +27,12 @@
<a class="email" href="mailto:<?php echo get_option('roots_vcard_email'); ?>"><?php echo get_option('roots_vcard_email'); ?></a>
</p>
<?php } ?>
</div>
</div>
</footer>
<?php if (get_option('roots_css_framework') === '1140') { ?>
</div><!-- /.row -->
<?php } ?>
</div><!-- /#wrap -->
<?php wp_footer(); ?>
</body>
</html>
</html>