Commit f8b6645a

mo khan <mo@mokhan.ca>
2014-11-02 02:43:35
switch to fixed with layout as the default.
1 parent 8ec356c
Changed files (1)
app
app/views/layouts/application.html.erb
@@ -32,7 +32,7 @@
 </head>
 <body>
 <%= render "layouts/header" %>
-<div class="container-fluid">
+<div class="container">
   <%= render "layouts/messages" %>
   <%= yield %>
 </div> <!-- /container -->