Skip to content

Commit

Permalink
simplified layout, now with a fixed width
Browse files Browse the repository at this point in the history
  • Loading branch information
rahcola committed May 18, 2014
1 parent 2868b79 commit 9922847
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion after.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
</footer>
</div>
</div>
</div>
3 changes: 1 addition & 2 deletions before.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-8 col-sm-offset-1 col-md-offset-2">
<div class="main-content">
6 changes: 2 additions & 4 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ body {
padding-top: 70px;
}

/*
.container-fluid {
.main-content {
max-width: 580px;
margin: auto;
margin-top: 40px;
}
/*
footer {
margin-top: 3em;
color: #999;
Expand Down

0 comments on commit 9922847

Please sign in to comment.