Skip to content

Commit

Permalink
asciidoc customization
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniefalco committed Sep 13, 2024
1 parent 03a2d3a commit 6ebb242
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion doc/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@

import asciidoctor ;

html mp11.html : mp11.adoc ;
path-constant boostlook : ../../../tools/boostlook ;

html mp11.html : mp11.adoc
: <asciidoctor-attribute>stylesheet=$(boostlook)/boostlook.css
<flags>"-r $(boostlook)/boostlook.rb"
<dependency>$(boostlook)/boostlook.css
<dependency>$(boostlook)/boostlook.rb
<dependency>mp11-docinfo-footer.html
;

html simple_cxx11_metaprogramming.html :
article/simple_cxx11_metaprogramming.adoc ;
Expand Down
4 changes: 2 additions & 2 deletions doc/mp11-docinfo-footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<style>

/*
*:not(pre)>code { background: none; color: #600000; }
:not(pre):not([class^=L])>code { background: none; color: #600000; }
table tr.even, table tr.alt, table tr:nth-of-type(even) { background: none; }

*/
</style>

0 comments on commit 6ebb242

Please sign in to comment.