switching ikiwiki default headers to the right-hand side of the page.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 04:21:29 +0000 (00:21 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 04:21:29 +0000 (00:21 -0400)
website/local.css

index 878cd11097849af5945668d1b5214fad2c959350..1e9f2df54e31537b2f1fcff9d701281d5c54b383 100644 (file)
@@ -75,3 +75,11 @@ table.sitenav a:hover {
   font-weight: bold;
   text-decoration: underline;
 }
+
+div.header { 
+ text-align: right;
+}
+
+div.actions { 
+ text-align: right;
+}