Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #1298 - closing divs #1965

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/governance/group-team.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
{{#each team.alumni as |member|}}
<div class="w-100 w-33-l mb3 flex flex-row items-center">
<a class="mr4 w3 h3 flex-shrink-0" href="https://github.com/{{member.github}}">
<img class="w-100 h-100 bg-white br2" src="https://avatars.githubusercontent.com/{{member.github}}">
<img class="w-100 h-100 bg-white br2" src="https://avatars.githubusercontent.com/{{member.github}}" alt="{{member.name}}">
</a>
<div>
{{member.name}}
Expand Down
1 change: 1 addition & 0 deletions templates/governance/index.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<a href="https://github.com/rust-lang/rfcs" class="button button-secondary">{{fluent "learn-more"}}</a>
</div>
</div>
</div>
</section>

<section id="teams" class="purple">
Expand Down
1 change: 1 addition & 0 deletions templates/policies/licenses.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<div class="highlight"></div>
</header>
<p>{{fluent "licenses-attribution-description"}}</p>
</div>
</section>

{{/inline}}
Expand Down
Loading