Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

960gs support proposition. #8

Merged
merged 3 commits into from
Apr 1, 2011
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 404.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php get_header(); ?>
<div id="content" class="span-24">
<div id="content" class="<?php echo CONTAINER_CLASS; ?>">
<div id="main" role="main">
<div class="container">
<h1>File Not Found</h1>
Expand Down
5 changes: 3 additions & 2 deletions archive.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php get_header(); ?>
<div id="content" class="span-24">
<div id="content" class="<?php echo CONTAINER_CLASS; ?>">
<div id="main" class="<?php echo get_option('roots_main_class'); ?>" role="main">
<div class="container">
<h1><?php single_cat_title(); ?></h1>
Expand All @@ -11,5 +11,6 @@
<?php get_sidebar(); ?>
</div>
</aside><!-- /#sidebar -->
<?php echo get_roots_960gs_cleardiv() ?>
</div><!-- /#content -->
<?php get_footer(); ?>
<?php get_footer(); ?>
1 change: 1 addition & 0 deletions css/960gs/960.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/960gs/960_24_col.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/960gs/reset.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/960gs/rtl_960.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading