From 48f308ae5221270ccb96e0e9c8cf797dd67c7a3b Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 00:21:29 -0400 Subject: switching ikiwiki default headers to the right-hand side of the page. --- website/local.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'website/local.css') 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; +} -- cgit v1.2.3