diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:21:29 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:21:29 -0400 |
commit | 48f308ae5221270ccb96e0e9c8cf797dd67c7a3b (patch) | |
tree | afd7900d56463281b9ed6d550ba38cef98dfbcc0 | |
parent | 112ab1ba206dbfc3a4d983ec798000da9699f7b6 (diff) |
switching ikiwiki default headers to the right-hand side of the page.
-rw-r--r-- | website/local.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; +} |