summaryrefslogtreecommitdiffstats
path: root/web/page.html
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-14 22:56:26 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-14 22:56:26 (GMT)
commitcb3e930d3f5ce6fac0b2176fcdc3211e034927e8 (patch)
treef0c3043cee08180b8292ed6169e7b8405d7dcace /web/page.html
parent9197d10655450fbcc42e7c68f98d32561220b824 (diff)
downloadsite-cb3e930d3f5ce6fac0b2176fcdc3211e034927e8.tar.gz
Use smaller RSS and Twitter icons
... and make sure the images are positioned properly.
Diffstat (limited to 'web/page.html')
-rw-r--r--web/page.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/web/page.html b/web/page.html
index 5f2046e..37f2e97 100644
--- a/web/page.html
+++ b/web/page.html
@@ -15,7 +15,8 @@
15 15
16 <body> 16 <body>
17 <div id="github-ribbon"> 17 <div id="github-ribbon">
18 <a href="https://github.com/nagios-plugins" 18 <a
19 href="https://github.com/nagios-plugins"
19 title="GitHub Repositories"><img 20 title="GitHub Repositories"><img
20 src="resources/github.png" 21 src="resources/github.png"
21 alt="GitHub" 22 alt="GitHub"
@@ -24,18 +25,19 @@
24 </div> 25 </div>
25 <div id="feed-area">Follow us! 26 <div id="feed-area">Follow us!
26 <div id="feed-buttons"> 27 <div id="feed-buttons">
27 <a href="rss.xml" 28 <a
29 href="rss.xml"
28 title="RSS Feed"><img 30 title="RSS Feed"><img
29 src="resources/rss.png" 31 src="resources/rss.png"
30 alt="RSS" 32 alt="RSS"
31 width="32" 33 width="20"
32 height="32"/></a> 34 height="20"/></a><a
33 <a href="https://twitter.com/intent/follow?screen_name=monitorplugins" 35 href="https://twitter.com/intent/follow?screen_name=monitorplugins"
34 title="Follow Us on Twitter"><img 36 title="Follow Us on Twitter"><img
35 src="resources/twitter.png" 37 src="resources/twitter.png"
36 alt="Twitter" 38 alt="Twitter"
37 width="32" 39 width="20"
38 height="32"/></a> 40 height="20"/></a>
39 </div> 41 </div>
40 </div> 42 </div>
41 43