summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-08-13 15:34:13 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2012-08-13 15:36:59 +0200
commit62682db874940e69b2b27c3df4f22cb8882f7962 (patch)
treec07b47b85f2540d3f6a6509f4e43ca34158ee745 /website
parent70387c4a2a15b1c6c85793561a7e1fb1b6863f9a (diff)
Subcriptions: Show feed icon instead of "(XML)".
Change-Id: Id01fc0d9bf505198e3681f25f6c3139fe3f15ee5 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'website')
-rw-r--r--website/images/feed-icon.pngbin0 -> 801 bytes
-rw-r--r--website/style.css8
2 files changed, 7 insertions, 1 deletions
diff --git a/website/images/feed-icon.png b/website/images/feed-icon.png
new file mode 100644
index 0000000..355d1c7
--- /dev/null
+++ b/website/images/feed-icon.png
Binary files differ
diff --git a/website/style.css b/website/style.css
index b614c9f..84d529f 100644
--- a/website/style.css
+++ b/website/style.css
@@ -1,4 +1,4 @@
-/* CSS for Nokia Rawdog */
+/* CSS for Qt Project Rawdog */
* { box-sizing: border-box; -moz-box-sizing: border-box; } /* Gives a more flexible and natural box model to all elements. The standard is "content-box". Read more here: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
@@ -285,6 +285,12 @@ header h2 a {
line-height: 1.2em;
}
+a.xmlbutton img {
+ max-width: 16px;
+ margin-right: 0.5em;
+ display: inline;
+}
+
.copyright-wrapper {
font-size: 10px;
color: #555;