Skip to content

Commit

Permalink
Rename msg-container to banner-container
Browse files Browse the repository at this point in the history
Co-Authored-By: Chris Holdgraf <choldgraf@gmail.com>
  • Loading branch information
betatim and choldgraf committed Jun 18, 2019
1 parent 40732e1 commit c8ab0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binderhub/static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ p > a:hover {
}


#msg-container {
#banner-container {
text-align: left;
color: black;
padding: 16px;
Expand Down
2 changes: 1 addition & 1 deletion binderhub/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{% block body %}

{% if banner %}
<div id="msg-container">
<div id="banner-container">
{{ banner | safe }}
</div>
{% endif %}
Expand Down

0 comments on commit c8ab0a3

Please sign in to comment.