diff options
| author | Siri Reiter <siri@jones.dk> | 2010-03-04 16:48:08 +0100 |
|---|---|---|
| committer | Siri Reiter <siri@jones.dk> | 2010-03-04 16:48:08 +0100 |
| commit | eb2744057044cac1db28b0de570cc749d83b055c (patch) | |
| tree | 7bbed78aca5914cd5d5a94e257ae6ebd9dfebc03 | |
| parent | 9cebc14ddefca82eddb3c95cdd636dad770c3c07 (diff) | |
No display of tags in footer.
| -rw-r--r-- | local.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -205,6 +205,10 @@ DIV#farbar { min-height: 480px; } +DIV#tags { + display: none; +} + DIV#backlinks { display: none; } @@ -228,3 +232,4 @@ DIV.pagecopyright P { margin-top: 0; margin-bottom: 0; } + |
