diff options
author | Dan McGee <dan@archlinux.org> | 2012-03-03 18:14:35 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-03-03 18:14:35 +0100 |
commit | 271ae0f0a20cc0f558d1d6cde3b7eec67728f0c4 (patch) | |
tree | 8b6782c9265b26a5212b2d3546a5caf84c51d1f9 /templates/public/download.html | |
parent | e368c95ebabfd05cc78520251c50eb8376c34869 (diff) | |
download | archweb-271ae0f0a20cc0f558d1d6cde3b7eec67728f0c4.tar.gz archweb-271ae0f0a20cc0f558d1d6cde3b7eec67728f0c4.tar.xz |
Add dimensions to most inline images
This prevents resizing jumps when fetching resources.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/download.html')
-rw-r--r-- | templates/public/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index af43917..5e076e2 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -124,7 +124,7 @@ title="Release Engineering ISO download">Download snapshots</a></li> <li><a href="{{ releng_pxeboot_url }}" title="Arch Linux Netboot Live System">Boot latest snapshots over the network</a> - <img src="{% cdnprefix %}/media/new.png" alt="New"/></li> + <img width="16" height="16" src="{% cdnprefix %}/media/new.png" alt="New"/></li> <li><a href="{% url releng-test-overview %}" title="Release Engineering ISO feedback">Feedback</a></li> </ul> |