docs/index.html.erb in zurb-foundation-4.0.1 vs docs/index.html.erb in zurb-foundation-4.0.2
- old
+ new
@@ -1,14 +1,10 @@
<% @side_nav = "using" %>
<div class="row">
- <div class="large-3 columns">
- <%= render "_sidebar.html.erb" %>
- </div>
+ <div class="large-9 push-3 columns">
- <div class="large-9 columns">
-
<h2>Getting Started</h2>
<h5 class="subheader">Whether you are using Scss or CSS, we've made it easy to start a project so that you can help take over the world one responsive site at a time.</h5>
<p>Foundation is developed in <a href="http://www.sass-lang.com">Sass</a>, which is powerful CSS pre-processor that helps you write cleaner, more organized, CSS that you can more easily maintain over time without the typical headaches of vanilla CSS. On top of our minimal styling, we've written powerful Javascript plugins that will make useful interactions easier to implement across screen sizes.</p>
<hr>
@@ -282,14 +278,15 @@
<h3>Get going!</h3>
<h5 class="subheader">Now that you understand the gist of what Foundation is and how it works, it's time to start a project! We've got two different ways for you to build projects with Foundation, a Compass Gem using Scss or a with plain CSS.</h5>
<a href="../sass.html" class="button">Using the Gem</a></li>
<a href="http://foundation.zurb.com/migration.php" class="button secondary">Quickstart with CSS</a></li>
</div>
- </div>
-</div>
-</section>
+
+ </div>
+ <div class="large-3 pull-9 columns">
+ <%= render "_sidebar.html.erb" %>
</div>
</div>