summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-10-24 14:47:45 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-10-24 14:47:45 (GMT)
commit3a318681dc497127ebebd38a20a537c5dff74cc0 (patch)
treef81ad8146d953ff80d30f892040a51188e6e4c33
parenta9ceb32506bee6f2f7281b0f7063b525fc09acf0 (diff)
parenta653f7499929f3f0a5b68614dec91242fbc0edf5 (diff)
downloadDoxygen-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.css2
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;
}