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