diff options
Diffstat (limited to 'src/doc/style.css')
-rw-r--r-- | src/doc/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/style.css b/src/doc/style.css index daabd39..c12240c 100644 --- a/src/doc/style.css +++ b/src/doc/style.css @@ -1,6 +1,6 @@ #titlearea, -address { - display: none; -} +address, +a[href="namespaces.html"] +{ display: none; } h2.groupheader { margin-top: revert; } |