summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-15 10:17:46 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-15 10:17:46 -0500
commitf0315328ebf9cd8b0eea6533815fdf94fad1ad36 (patch)
treedaf1c162f63a8b7101b54da86a59c8790cceb095
parent28a1000b0e1dfd2d4a108627bc111ef841e45396 (diff)
parent271ae0f0a20cc0f558d1d6cde3b7eec67728f0c4 (diff)
Merge commit '271ae0f' (Add dimensions to most inline images)
Conflicts: templates/public/donate.html templates/public/download.html templates/public/index.html
-rw-r--r--templates/public/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index 8b60f25f..504f32ed 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -29,7 +29,7 @@
<p class="readmore"><a href="{% url page-about %}"
title="Learn more about Parabola">Learn more...</a></p>
-</div><!-- #intro -->
+</div>
<div id="news">
@@ -39,7 +39,7 @@
</h3>
<a href="/feeds/news/" title="Parabola News RSS Feed"
- class="rss-icon"><img src="{% cdnprefix %}/media/rss.png" alt="RSS Feed" /></a>
+ class="rss-icon"><img width="16" height="16" src="{% cdnprefix %}/media/rss.png" alt="RSS Feed" /></a>
{% for news in news_updates %}
{% if forloop.counter0 < 5 %}
@@ -69,7 +69,7 @@
{% endif %}
{% endfor %}
-</div><!-- #news -->
+</div>
{% endcache %}
{% endblock %}
@@ -92,7 +92,7 @@
title="Browse all of the latest packages">more</a>)</span></h3>
<a href="/feeds/packages/" title="Parabola Package Updates RSS Feed"
- class="rss-icon"><img src="{% cdnprefix %}/media/rss.png" alt="RSS Feed" /></a>
+ class="rss-icon"><img width="16" height="16" src="{% cdnprefix %}/media/rss.png" alt="RSS Feed" /></a>
<table>
{% for update in pkg_updates %}
@@ -147,7 +147,7 @@
title="Check the status of all known mirrors">Mirror Status</a></li>
<li><a href="/packages/differences/"
title="See differences in packages between available architectures">Differences Reports</a>
- <img src="{% cdnprefix %}/media/new.png" alt="New"/></li>
+ <img width="16" height="16" src="{% cdnprefix %}/media/new.png" alt="New"/></li>
</ul>
<h4>Development</h4>
@@ -169,7 +169,7 @@
title="Releng Testbuild Feedback">Releng Testbuild Feedback</a></li>
<li><a href="{% url visualize-index %}"
title="View visualizations">Visualizations</a>
- <img src="{% cdnprefix %}/media/new.png" alt="New"/></li>
+ <img width="16" height="16" src="{% cdnprefix %}/media/new.png" alt="New"/></li>
</ul>
<h4>More Resources</h4>
@@ -177,7 +177,7 @@
<ul>
<li><a href="{% url page-keys %}"
title="Package/Database signing master keys">Signing Master Keys</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="https://wiki.parabolagnulinux.org/Media"
title="Parabola in the media">Media Appearances</a></li>
<li><a href="{% url page-art %}" title="Parabola logos and other artwork for promotional use">Logos &amp; Artwork</a></li>
@@ -187,7 +187,7 @@
<li><a href="{% url page-fellows %}" title="Retired hackers">Fellows Profiles</a></li>
</ul>
-</div><!-- #nav-sidebar -->
+</div>
{% comment %}
<div id="home-donate-button" class="widget">