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