From: Carl Worth Date: Thu, 11 Feb 2010 02:09:16 +0000 (-0800) Subject: Add logo to the front page. X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=be5ddd8f20d978cb24801dc2046bd7c6bcb38866 Add logo to the front page. Thanks again, Sebastian! --- 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; +}