diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 22:51:01 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 22:51:01 -0400 |
commit | db372fe2f5ad76c7f337d82f2979c63e8166b9f6 (patch) | |
tree | 6c23c240457e8b75c358407385f511a5df74e6a8 /website | |
parent | 6e6dd065c5c8773204e6e163a076422854e87ea2 (diff) |
hiding generated header and actions.
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 6e8756d..11b6caf 100644 --- a/website/local.css +++ b/website/local.css @@ -58,3 +58,11 @@ table.sitenav img.logo { vertical-align: bottom; } + +div.header { + display: none; + } + +div.actions { + display: none; + } |