summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
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;