diff options
| author | XhmikosR <[email protected]> | 2015-05-16 14:08:04 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-05-17 12:43:20 +0300 |
| commit | cf211a96548ca5b24d3d46a4e2f583f7a98c4108 (patch) | |
| tree | fccca0ea8c99bf67e73a0de9dfc59c60cf7f704e /docs | |
| parent | 9b6a2013d63e36f2f111ff18d346ba84d8504387 (diff) | |
| download | bootstrap-cf211a96548ca5b24d3d46a4e2f583f7a98c4108.tar.xz bootstrap-cf211a96548ca5b24d3d46a4e2f583f7a98c4108.zip | |
about.html: Add the size of the gravatar image we currently use.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/about.html b/docs/about.html index 9eaa32b98..766446ca1 100644 --- a/docs/about.html +++ b/docs/about.html @@ -30,7 +30,7 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o <div class="list-group-item"> <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"></iframe> <a class="team-member" href="https://github.com/{{ member.user }}"> - <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}" width="32" height="32"> + <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}.jpg?s=32" alt="@{{ member.user }} avatar" width="32" height="32"> <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small> </a> </div> @@ -44,7 +44,7 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o <div class="list-group-item"> <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"></iframe> <a class="team-member" href="https://github.com/{{ member.user }}"> - <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}"> + <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}.jpg?s=32" alt="@{{ member.user }} avatar" width="32" height="32"> <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small> </a> </div> |
