Skip to content

Commit

Permalink
Change blue background to appear all the way to bottom of page
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpettus committed Jul 23, 2015
1 parent 4e992c7 commit acc56fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/evening-edition.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ p {
}

.logo {
margin: 2em 0 0 0;
padding: 2em 0 0 0;
}

.large {
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<%= javascript_include_tag 'https://storage.googleapis.com/code.getmdl.io/1.0.0/material.min.js', 'data-turbolinks-track' => false %>
<%= csrf_meta_tags %>
</head>
<body>
<body class="mdl-color--blue-grey">

<%= render "application/masthead" %>
Expand All @@ -20,7 +20,7 @@
<%= render partial: "application/bannernodrawer", locals: {page_name: @page_name} %>
<% end %>

<main class="mdl-layout__content">
<main class="mdl-layout__content mdl-color--blue-grey">
<div class="page-content mdl-color--blue-grey">

<%= yield %>
Expand Down

0 comments on commit acc56fc

Please sign in to comment.