Skip to content

Commit

Permalink
Fix typo for consistency with BEM convention
Browse files Browse the repository at this point in the history
It's not a good idea to use modifiers on their own - let's add the base 'list' class.
  • Loading branch information
fritzjooste committed Dec 22, 2017
1 parent c814807 commit a4a06ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brigade/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>Code of Conduct</h2>
<div class="panel">
<div class="panel__body layout-centered">
<h4>Funders</h4>
<ul class="list--inline">
<ul class="list list--inline">
<li><a href="https://www.rallydev.com/about/rally-for-impact" target="_blank"><img src="{{ url_for('static', filename='images/CAlogo.png') }}" height="60px"></a></li>
<li><a href="https://www.esri.com/" target="_blank"><img src="{{ url_for('static', filename='images/logo_esri.png') }}" height="60px"></a></li>
<li><a href="https://knightfoundation.org/" target="_blank"><img src="{{ url_for('static', filename='images/logo_knightfoundation.png') }}" height="60px"></a></li>
Expand Down
2 changes: 1 addition & 1 deletion brigade/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="panel">
<div class="panel__body layout-centered">
<h4>Funders</h4>
<ul class="list--inline">
<ul class="list list--inline">
<li><a href="https://www.rallydev.com/about/rally-for-impact" target="_blank"><img src="{{ url_for('static', filename='images/CAlogo.png') }}" height="60px"></a></li>
<li><a href="https://www.esri.com/" target="_blank"><img src="{{ url_for('static', filename='images/logo_esri.png') }}" height="60px"></a></li>
<li><a href="https://knightfoundation.org/" target="_blank"><img src="{{ url_for('static', filename='images/logo_knightfoundation.png') }}" height="60px"></a></li>
Expand Down

0 comments on commit a4a06ca

Please sign in to comment.