diff options
-rw-r--r-- | web/input/resources/plugins.css | 12 | ||||
-rw-r--r-- | web/input/resources/rss.png | bin | 4310 -> 3723 bytes | |||
-rw-r--r-- | web/input/resources/twitter.png | bin | 3978 -> 3512 bytes | |||
-rw-r--r-- | web/page.html | 16 |
4 files changed, 14 insertions, 14 deletions
diff --git a/web/input/resources/plugins.css b/web/input/resources/plugins.css index abbd5d8..cf2390f 100644 --- a/web/input/resources/plugins.css +++ b/web/input/resources/plugins.css | |||
@@ -48,7 +48,7 @@ div#github-ribbon { | |||
48 | 48 | ||
49 | div#feed-area { | 49 | div#feed-area { |
50 | float: right; | 50 | float: right; |
51 | margin: 150px 16px; | 51 | margin: 150px 40px 1ex 1em; |
52 | color: #696969; | 52 | color: #696969; |
53 | text-align: center; | 53 | text-align: center; |
54 | font-size: small; | 54 | font-size: small; |
@@ -58,18 +58,16 @@ div#feed-area { | |||
58 | } | 58 | } |
59 | 59 | ||
60 | div#feed-buttons { | 60 | div#feed-buttons { |
61 | margin-top: 8px; | 61 | margin-top: 1ex; |
62 | padding: 16px; | 62 | padding: 5px; |
63 | background-color: #e6e6e6; | 63 | background-color: #e6e6e6; |
64 | border-style: none; | 64 | border-style: none; |
65 | border-radius: 1em; | 65 | border-radius: 1em; |
66 | } | 66 | } |
67 | 67 | ||
68 | div#feed-buttons a { | ||
69 | margin: auto 8px; | ||
70 | } | ||
71 | |||
72 | div#feed-buttons a img { | 68 | div#feed-buttons a img { |
69 | margin: 5px; | ||
70 | vertical-align: middle; | ||
73 | border-style: none; | 71 | border-style: none; |
74 | } | 72 | } |
75 | 73 | ||
diff --git a/web/input/resources/rss.png b/web/input/resources/rss.png index c434050..a16dea7 100644 --- a/web/input/resources/rss.png +++ b/web/input/resources/rss.png | |||
Binary files differ | |||
diff --git a/web/input/resources/twitter.png b/web/input/resources/twitter.png index 3a4bff6..aa73071 100644 --- a/web/input/resources/twitter.png +++ b/web/input/resources/twitter.png | |||
Binary files differ | |||
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 | ||