Browse code

Put table of contents in a separate column

Robert Cranston authored on 28/09/2019 14:49:57
Showing 1 changed files

... ...
@@ -73,18 +73,24 @@ $endif$
73 73
 </div>
74 74
 $endif$
75 75
 
76
-$if(toc)$
77 76
 <div class="container">
77
+<div class="row">
78
+
79
+$if(toc)$
80
+<div class="col-auto">
78 81
 <nav id="$idprefix$TOC">
79 82
 $toc$
80 83
 </nav>
81 84
 </div>
82 85
 $endif$
83 86
 
84
-<div class="container">
87
+<div class="col">
85 88
 $body$
86 89
 </div>
87 90
 
91
+</div>
92
+</div>
93
+
88 94
 $for(include-after)$
89 95
 <div class="container">
90 96
 $include-after$