Change style of inline code a bit

This commit is contained in:
Peter Dimov
2017-06-10 22:05:12 +03:00
parent b67b40f3c2
commit 4c7b11f976
2 changed files with 13 additions and 1 deletions

View File

@@ -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>

View File

@@ -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' );