]> git.cworth.org Git - notmuch-wiki/commitdiff
Add logo to the front page.
authorCarl Worth <cworth@cworth.org>
Thu, 11 Feb 2010 02:09:16 +0000 (18:09 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 11 Feb 2010 02:09:16 +0000 (18:09 -0800)
Thanks again, Sebastian!

index.mdwn
local.css

index d2b02f5b5c8a49f543e1367f3a7aa8d2fef8f3f1..ed042db4837b1c3bd1bfb2a587ac8073c8a036c0 100644 (file)
@@ -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
index a0dec8cfded7ef7d8bf6dfd49f996444ded08e78..d066537b4fc326108d1249a8899cbbbfa43ecaf6 100644 (file)
--- 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;
+}