summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2011-06-07 19:56:29 +0000
committerNicolas Schodet2011-06-07 19:56:29 +0000
commit8b55ec69b30cd2b7f8d6c0f6e4a1e4a5b3b5d77e (patch)
tree351232a93ca03e101de3178a068e9b3a65eb7292
parent4f0edc66c87b1e02e481049022e07714a34a18f5 (diff)
add logo
-rw-r--r--local.css14
-rw-r--r--pyfantom.pngbin0 -> 22316 bytes
2 files changed, 14 insertions, 0 deletions
diff --git a/local.css b/local.css
new file mode 100644
index 0000000..387865e
--- /dev/null
+++ b/local.css
@@ -0,0 +1,14 @@
+.pageheader {
+ background-image: url('pyfantom.png');
+ background-repeat: no-repeat;
+ padding: 1em 2em 1em 117px;
+ background-position: 2em 0.3em;
+}
+
+.pageheader .header {
+ margin-left: 2.5em;
+}
+
+a {
+ text-decoration: underline;
+}
diff --git a/pyfantom.png b/pyfantom.png
new file mode 100644
index 0000000..75432d0
--- /dev/null
+++ b/pyfantom.png
Binary files differ