From a653f7499929f3f0a5b68614dec91242fbc0edf5 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 24 Oct 2015 15:09:06 +0200 Subject: 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 --- templates/html/doxygen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v0.12