diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-10-24 14:47:45 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-10-24 14:47:45 (GMT) |
commit | 3a318681dc497127ebebd38a20a537c5dff74cc0 (patch) | |
tree | f81ad8146d953ff80d30f892040a51188e6e4c33 | |
parent | a9ceb32506bee6f2f7281b0f7063b525fc09acf0 (diff) | |
parent | a653f7499929f3f0a5b68614dec91242fbc0edf5 (diff) | |
download | Doxygen-3a318681dc497127ebebd38a20a537c5dff74cc0.zip Doxygen-3a318681dc497127ebebd38a20a537c5dff74cc0.tar.gz Doxygen-3a318681dc497127ebebd38a20a537c5dff74cc0.tar.bz2 |
Merge pull request #405 from albert-github/feature/bug_toc_align
Right alignment of in page table of contents
-rw-r--r-- | templates/html/doxygen.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 583d973..01df1b3 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -1205,7 +1205,7 @@ div.toc { border-radius: 7px 7px 7px 7px; float: right; height: auto; - margin: 0 20px 10px 10px; + margin: 0 8px 10px 10px; width: 200px; } |