forked from boostorg/assert
Change style of inline code a bit
This commit is contained in:
@@ -723,6 +723,12 @@ the final executable for security reasons.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<style>
|
||||
|
||||
*:not(pre)>code { background: none; color: #600000; }
|
||||
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
||||
var header = document.getElementById( 'boost-common-heading-doc' );
|
||||
@@ -754,7 +760,7 @@ if( header )
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2017-06-10 21:07:25 GTBDT
|
||||
Last updated 2017-06-10 22:03:49 GTBDT
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@@ -34,6 +34,12 @@ This documentation is
|
||||
* Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
|
||||
|
||||
++++
|
||||
<style>
|
||||
|
||||
*:not(pre)>code { background: none; color: #600000; }
|
||||
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
||||
var header = document.getElementById( 'boost-common-heading-doc' );
|
||||
|
Reference in New Issue
Block a user