aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/img/tuxrss.pngbin0 -> 21798 bytes
-rwxr-xr-xcss/style.css6
2 files changed, 6 insertions, 0 deletions
diff --git a/css/img/tuxrss.png b/css/img/tuxrss.png
new file mode 100644
index 00000000..b432050c
--- /dev/null
+++ b/css/img/tuxrss.png
Binary files differ
diff --git a/css/style.css b/css/style.css
index 0de4ca0e..c4316437 100755
--- a/css/style.css
+++ b/css/style.css
@@ -253,6 +253,12 @@ blockquote.right {
clear: both;
}
+.innerlogo {
+ margin-top: 0em;
+ padding: 0em 2em 0em 2em;
+ clear: both;
+}
+
.left {
float: left;
position: absolute;
bgstack15