Skip to content

Commit

Permalink
some missed centering
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Apr 3, 2017
1 parent 34470e4 commit 343ede9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions teamtemp/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ div.help-block {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.wordcloud {
Expand Down
4 changes: 2 additions & 2 deletions teamtemp/templates/bvc.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
{% block body %}

<div class="container">
<div class="row">
<div class="row center">
<div class="no-print">
<BR>
<div class="btn-group" role="group" aria-label="nav">
Expand Down Expand Up @@ -137,7 +137,7 @@
{% csrf_token %}
<div class="no-print">
<BR>
<table class="filters">
<table class="filters center">
<tr>
<td class="top">
{% if form.filter_dept_names.value %}
Expand Down

0 comments on commit 343ede9

Please sign in to comment.