summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-02-10 18:09:16 -0800
committerCarl Worth <cworth@cworth.org>2010-02-10 18:09:16 -0800
commitbe5ddd8f20d978cb24801dc2046bd7c6bcb38866 (patch)
treeb86fd8c2eff17f4516b83fb0ed2ea5b5044d880f
parentb67dd32da55e6a17329b9c8fedee0c64a7d20880 (diff)
Add logo to the front page.
Thanks again, Sebastian!
-rw-r--r--index.mdwn1
-rw-r--r--local.css10
2 files changed, 11 insertions, 0 deletions
diff --git a/index.mdwn b/index.mdwn
index d2b02f5..ed042db 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -1,3 +1,4 @@
+[[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
# Why Notmuch?
* "Not much mail" is what Notmuch thinks about your email
diff --git a/local.css b/local.css
index a0dec8c..d066537 100644
--- a/local.css
+++ b/local.css
@@ -1,3 +1,13 @@
/* ikiwiki local style sheet */
/* Add local styling here, instead of modifying style.css. */
+
+.left {
+ float: left;
+ padding-right: 0.5em;
+}
+
+.right {
+ float: right;
+ padding-left: 0.5em;
+}