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