Commit fd33d5e1 authored by Addy Osmani's avatar Addy Osmani

Merge pull request #49 from boushley/issue-21

Resolving floating problem from issue 21.
parents a02ee13c fb5c8ce7
...@@ -228,6 +228,7 @@ body { ...@@ -228,6 +228,7 @@ body {
} }
.container-fluid > .content { .container-fluid > .content {
margin-left: 240px; margin-left: 240px;
max-width: 800px;
} }
a { a {
color: #0069d6; color: #0069d6;
......
...@@ -131,7 +131,6 @@ ...@@ -131,7 +131,6 @@
</div> </div>
<div class="row">
<div class="span12"> <div class="span12">
<h3>Screenshots</h3> <h3>Screenshots</h3>
<p>A preview of the Todo apps included in the download:</p> <p>A preview of the Todo apps included in the download:</p>
...@@ -195,9 +194,6 @@ ...@@ -195,9 +194,6 @@
<p><a class="btn" href="https://github.com/addyosmani/todomvc/pull/new/master">Submit Pull Request&raquo;</a></p> <p><a class="btn" href="https://github.com/addyosmani/todomvc/pull/new/master">Submit Pull Request&raquo;</a></p>
</div> </div>
</div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment