Fix image sizes on mobile community page.

This commit is contained in:
Martin Taillefer 2017-05-22 15:03:25 -07:00
parent 430ced7040
commit 87f00f97d2
2 changed files with 9 additions and 5 deletions

View File

@ -7,4 +7,8 @@
line-height: 1.15em; line-height: 1.15em;
vertical-align: middle; vertical-align: middle;
} }
td.logo {
width : 65px;
}
} }

View File

@ -18,7 +18,7 @@ bugs.
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td><img src="{{home}}/img/stackoverflow.png" alt="Stack Overflow" width="50px" height="49px"/></td> <td class="logo"><img src="{{home}}/img/stackoverflow.png" alt="Stack Overflow"/></td>
<td> <td>
<a href="https://stackoverflow.com/questions/tagged/istio">Stack Overflow</a> is for practical questions and curated answers <a href="https://stackoverflow.com/questions/tagged/istio">Stack Overflow</a> is for practical questions and curated answers
on deploying, configuring, and using Istio. on deploying, configuring, and using Istio.
@ -26,7 +26,7 @@ bugs.
</tr> </tr>
<tr> <tr>
<td><img src="{{home}}/img/group.png" alt="Mailing Lists" width="42px" height="42px" /></td> <td class="logo"><img src="{{home}}/img/group.png" alt="Mailing Lists"/></td>
<td> <td>
Join the <a href="https://groups.google.com/forum/#!forum/istio-users">istio-users</a> mailing list to participate in discussions Join the <a href="https://groups.google.com/forum/#!forum/istio-users">istio-users</a> mailing list to participate in discussions
and get help troubleshooting problems using Istio. and get help troubleshooting problems using Istio.
@ -38,14 +38,14 @@ bugs.
</tr> </tr>
<tr> <tr>
<td><img src="../img/twitter.png" alt="Twitter" width="42px" height="34px" /></td> <td class="logo"><img src="../img/twitter.png" alt="Twitter"/></td>
<td> <td>
Follow us on <a href="https://twitter.com/IstioMesh">Twitter</a> to get the latest news. Follow us on <a href="https://twitter.com/IstioMesh">Twitter</a> to get the latest news.
</td> </td>
</tr> </tr>
<tr> <tr>
<td><img src="{{home}}/img/slack.png" alt="Slack" width="42px" height="41px" /></td> <td class="logo"><img src="{{home}}/img/slack.png" alt="Slack"/></td>
<td> <td>
Head to <a href="https://istio.slack.com">Slack</a> if youre a developer working on Istio or Istio adapters and you want to chat with Head to <a href="https://istio.slack.com">Slack</a> if youre a developer working on Istio or Istio adapters and you want to chat with
the core Istio engineering team. the core Istio engineering team.
@ -53,7 +53,7 @@ bugs.
</tr> </tr>
<tr> <tr>
<td><img src="../img/github.png" alt="GitHub" width="42px" height="35px" /></td> <td class="logo"><img src="../img/github.png" alt="GitHub"/></td>
<td> <td>
<a href="https://github.com/istio">GitHub</a> is where development takes place on Istio code. <a href="https://github.com/istio">GitHub</a> is where development takes place on Istio code.
</td> </td>