Skip to content

Commit

Permalink
Match old footer style
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 19, 2012
1 parent 40cd3d3 commit 13cce65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/bootstrap_and_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
=require twitter-bootstrap-static/fontawesome
*/

html {
background: #efefef;
}

body {
padding-top: 40px;
}
Expand Down
8 changes: 5 additions & 3 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@
<% end %>
<%= yield %>
</div>

<footer id="footer">
<footer id="footer">
<div class="container">
<p>Powered by <a href="http://github.com/defunkt/resque">Resque</a> v<%=Resque::Version%></p>
<p>Connected to Redis namespace <%= Resque.redis.namespace %> on <%=Resque.redis_id%></p>
</footer>
</div>
</div>
</footer>

</body>
</html>

0 comments on commit 13cce65

Please sign in to comment.