aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/output/xmls.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-08-07 08:01:27 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commitdfd85dee88c5b6061a573126b21319ab6bebe03c (patch)
tree6c7627a5817a0eee8fbfe8a7401a276df1c76faa /src/sdp/output/xmls.d
parenthtml css using grid & flex (remove tables) (diff)
css, separate files and reorganization
- separate files for html seg, scroll & epub - output_xmls_css.org, reorganized org file
Diffstat (limited to 'src/sdp/output/xmls.d')
-rw-r--r--src/sdp/output/xmls.d4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sdp/output/xmls.d b/src/sdp/output/xmls.d
index 57056de..6aa80c2 100644
--- a/src/sdp/output/xmls.d
+++ b/src/sdp/output/xmls.d
@@ -240,7 +240,9 @@ template outputXHTMLs() {
: ", " ~ doc_matters.dochead_meta["creator"]["author"],
header_metadata(doc_matters),
((type == "seg") ? "../../../" : "../../") ~ "image/rb7.ico",
- ((type == "seg") ? "../../../" : "../../") ~ "css/html.css",
+ ((type == "seg")
+ ? "../../../css/html_seg.css"
+ : "../../css/html_scroll.css"),
doc_matters.language,
site_info_button(doc_matters),
inline_search_form(doc_matters),