]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
about.html: Add the size of the gravatar image we currently use.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 16 May 2015 11:08:04 +0000 (14:08 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 17 May 2015 09:43:20 +0000 (12:43 +0300)
docs/about.html

index 9eaa32b98ac4522deba73e20bac53f37a8648cd5..766446ca12e9e18dfa9955e694c23a9b020df3e4 100644 (file)
@@ -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 }}&amp;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 }}&amp;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>