Skip to content

Commit

Permalink
adding support for 960.gs
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Apr 1, 2011
1 parent 7db3bbb commit 369b6a4
Show file tree
Hide file tree
Showing 34 changed files with 2,922 additions and 110 deletions.
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="<?php echo CONTAINER_CLASS; ?>">
<div id="content" class="<?php echo roots_container_class; ?>">
<div id="main" role="main">
<div class="container">
<h1>File Not Found</h1>
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Changelog:

### 3.1.0: April 1st, 2011

<ul>
<li>Added support for 960.gs thanks to John Liuti</li>
<li>Added more onto the <code>.htaccess</code> from HTML5 Boilerplate</li>
<li>Made the theme directory and name renamable</li>
</ul>

#### Contributors
[John Liuti](http://twitter.com/JohnLiuti), [Jeremiah Wall](http://jeremiahwall.com/)

### 3.0.0: March 28th, 2011

<ul>
Expand Down Expand Up @@ -98,6 +109,7 @@ Major components:

* HTML5 Boileplate: [The Unlicense](http://unlicense.org)
* Blueprint CSS: Modified MIT License
* 960 Grid System: MIT/GPL license
* Modernizr: MIT/BSD license
* jQuery: MIT/GPL license

Expand Down
3 changes: 1 addition & 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="<?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><?php single_cat_title(); ?></h1>
Expand All @@ -11,6 +11,5 @@
<?php get_sidebar(); ?>
</div>
</aside><!-- /#sidebar -->
<?php echo get_roots_960gs_cleardiv() ?>
</div><!-- /#content -->
<?php get_footer(); ?>
Loading

0 comments on commit 369b6a4

Please sign in to comment.