X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=local.css;fp=local.css;h=d066537b4fc326108d1249a8899cbbbfa43ecaf6;hp=a0dec8cfded7ef7d8bf6dfd49f996444ded08e78;hb=be5ddd8f20d978cb24801dc2046bd7c6bcb38866;hpb=b67dd32da55e6a17329b9c8fedee0c64a7d20880 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; +}