diff options
Diffstat (limited to 'website')
-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; +} |