From be5ddd8f20d978cb24801dc2046bd7c6bcb38866 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 10 Feb 2010 18:09:16 -0800 Subject: [PATCH] Add logo to the front page. Thanks again, Sebastian! --- index.mdwn | 1 + local.css | 10 ++++++++++ 2 files changed, 11 insertions(+) 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; +} -- 2.43.0