summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaoimhe Chaos <caoimhechaos@protonmail.com>2013-12-07 20:07:30 +0100
committerCaoimhe Chaos <caoimhechaos@protonmail.com>2013-12-07 20:07:30 +0100
commitd56ec72640a10ffa81bedce398eca93c27037da3 (patch)
treedddb50787b6519063d418018526a67053d104b60
parentd634d1bc27fe40d8a958ba5d078509080a212055 (diff)
Logo auf die Webseiten hinzufügen.
-rwxr-xr-xlocal.css3
-rw-r--r--logo_44px.pngbin0 -> 3031 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/local.css b/local.css
index 854f9b61..c217cad3 100755
--- a/local.css
+++ b/local.css
@@ -46,6 +46,9 @@ color:#fff;
.header {
padding-bottom: 0.5em;
padding-top: 0.5em;
+background-image: url(/logo_44px.png);
+background-repeat: no-repeat;
+padding-left: 80px;
background-color: #fff;
}
.header a {
diff --git a/logo_44px.png b/logo_44px.png
new file mode 100644
index 00000000..9da25d41
--- /dev/null
+++ b/logo_44px.png
Binary files differ