mirror of https://github.com/CGAL/cgal
Don't float the manual titles left and right but pad on by magic 20px
This commit is contained in:
parent
b5fb0fb163
commit
63885d25f0
|
|
@ -1558,7 +1558,7 @@ namespace for the XML file to be processed properly. -->
|
|||
<bool name="GENERATE_BUGLIST">false</bool>
|
||||
<list name="ALIASES" append="true">
|
||||
<item>PkgDescriptionBegin{2}=\subsection \2 \1</item>
|
||||
<item>PkgManuals{2}=<div class="PkgManuals"> <span style="float: left;"> \ref \1 "User Manual" </span> <span style="float: right;">\ref \2 "Reference Manual" </span> </div></item>
|
||||
<item>PkgManuals{2}=<div class="PkgManuals"> <span> \ref \1 "User Manual" </span> <span style="padding-left: 20px;">\ref \2 "Reference Manual" </span> </div></item>
|
||||
</list>
|
||||
<list name="HTML_EXTRA_FILES" append="true">
|
||||
<item>hacks.js</item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue