From 81ee528d75a103d5d7d852302ed11483067f24ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Mar 2016 16:13:14 +0200 Subject: Add article prologue/epilogue --- art-epilogue.xhtml | 7 +++++++ art-prologue.xhtml | 17 +++++++++++++++++ doc.css | 8 ++++++++ 3 files changed, 32 insertions(+) create mode 100644 art-epilogue.xhtml create mode 100644 art-prologue.xhtml diff --git a/art-epilogue.xhtml b/art-epilogue.xhtml new file mode 100644 index 0000000..831421d --- /dev/null +++ b/art-epilogue.xhtml @@ -0,0 +1,7 @@ + + + + + + diff --git a/art-prologue.xhtml b/art-prologue.xhtml new file mode 100644 index 0000000..099b738 --- /dev/null +++ b/art-prologue.xhtml @@ -0,0 +1,17 @@ + + + + + + $title$ + + + + + +
diff --git a/doc.css b/doc.css index fffb9fd..d0a8e65 100644 --- a/doc.css +++ b/doc.css @@ -25,6 +25,14 @@ h1 margin: 1.6em 0 .6em -1.4em; } +h2 +{ + font-weight: normal; + font-size: 1.556em; + line-height: 1.4em; + margin: 1.6em 0 .6em -.8em; +} + /* Title page */ #titlepage { -- cgit v1.1