forked from boostorg/assert
Resolve conflict between the common Boost header and the ToC
This commit is contained in:
@@ -723,12 +723,38 @@ the final executable for security reasons.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
var header = document.getElementById( 'boost-common-heading-doc' );
|
||||
|
||||
if( header )
|
||||
{
|
||||
header.style.position = 'fixed';
|
||||
header.style.zIndex = '100';
|
||||
|
||||
var notice = document.getElementById( 'boost-common-heading-notice' );
|
||||
|
||||
if( notice )
|
||||
{
|
||||
notice.style.position = 'fixed';
|
||||
notice.style.zIndex = '101';
|
||||
}
|
||||
|
||||
var toc = document.getElementById( 'toc' );
|
||||
|
||||
if( toc )
|
||||
{
|
||||
toc.style.top = '101px';
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2017-06-06 18:21:15 GTBDT
|
||||
Last updated 2017-06-10 18:24:56 GTBDT
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@@ -32,3 +32,32 @@ This documentation is
|
||||
* Copyright 2011 Beman Dawes
|
||||
* Copyright 2015 Ion Gaztañaga
|
||||
* Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
|
||||
|
||||
++++
|
||||
<script>
|
||||
|
||||
var header = document.getElementById( 'boost-common-heading-doc' );
|
||||
|
||||
if( header )
|
||||
{
|
||||
header.style.position = 'fixed';
|
||||
header.style.zIndex = '100';
|
||||
|
||||
var notice = document.getElementById( 'boost-common-heading-notice' );
|
||||
|
||||
if( notice )
|
||||
{
|
||||
notice.style.position = 'fixed';
|
||||
notice.style.zIndex = '101';
|
||||
}
|
||||
|
||||
var toc = document.getElementById( 'toc' );
|
||||
|
||||
if( toc )
|
||||
{
|
||||
toc.style.top = '101px';
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
++++
|
||||
|
Reference in New Issue
Block a user