From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 04:21:29 +0000 (-0400) Subject: switching ikiwiki default headers to the right-hand side of the page. X-Git-Tag: monkeysphere_0.12-1~31^2~15 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=48f308ae5221270ccb96e0e9c8cf797dd67c7a3b switching ikiwiki default headers to the right-hand side of the page. --- diff --git a/website/local.css b/website/local.css index 878cd11..1e9f2df 100644 --- a/website/local.css +++ b/website/local.css @@ -75,3 +75,11 @@ table.sitenav a:hover { font-weight: bold; text-decoration: underline; } + +div.header { + text-align: right; +} + +div.actions { + text-align: right; +}