diff options
author | albert-github <albert.tests@gmail.com> | 2015-10-24 13:09:06 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2015-10-24 13:09:06 (GMT) |
commit | a653f7499929f3f0a5b68614dec91242fbc0edf5 (patch) | |
tree | f81ad8146d953ff80d30f892040a51188e6e4c33 /templates/html/doxygen.css | |
parent | a9ceb32506bee6f2f7281b0f7063b525fc09acf0 (diff) | |
download | Doxygen-a653f7499929f3f0a5b68614dec91242fbc0edf5.zip Doxygen-a653f7499929f3f0a5b68614dec91242fbc0edf5.tar.gz Doxygen-a653f7499929f3f0a5b68614dec91242fbc0edf5.tar.bz2 |
Right alignment of in page table of contents
The in page table of contents (@tableofcontents) should be right aligned with other "box" elements like div.fragment and pre.fragment
Diffstat (limited to 'templates/html/doxygen.css')
-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; } |