diff options
| author | Carl Worth <cworth@cworth.org> | 2010-02-10 18:09:16 -0800 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2010-02-10 18:09:16 -0800 |
| commit | be5ddd8f20d978cb24801dc2046bd7c6bcb38866 (patch) | |
| tree | b86fd8c2eff17f4516b83fb0ed2ea5b5044d880f | |
| parent | b67dd32da55e6a17329b9c8fedee0c64a7d20880 (diff) | |
Add logo to the front page.
Thanks again, Sebastian!
| -rw-r--r-- | index.mdwn | 1 | ||||
| -rw-r--r-- | local.css | 10 |
2 files changed, 11 insertions, 0 deletions
@@ -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 @@ -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; +} |
