summaryrefslogtreecommitdiff
path: root/html5.conf
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2011-05-29 12:55:40 +1200
committerStuart Rackham <srackham@methods.co.nz>2011-05-29 12:55:40 +1200
commit2fa93d82d9dd4ecd083579be7e2d338df315397e (patch)
tree0d8b6019ffef984aa5b9e5b5a1f6603a306b751d /html5.conf
parent4c4c10d9972248c0358758188219221f0f6816cd (diff)
downloadasciidoc-git-2fa93d82d9dd4ecd083579be7e2d338df315397e.tar.gz
xhtml11, html5: Remove necessity for separate manpage CSS files.
Diffstat (limited to 'html5.conf')
-rw-r--r--html5.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/html5.conf b/html5.conf
index b339f78..c31ac41 100644
--- a/html5.conf
+++ b/html5.conf
@@ -541,7 +541,6 @@ bodydata=<td class="tableblock halign-{colalign=left}">|</td>
{title%}<title>{doctitle=}</title>
ifdef::linkcss[]
<link rel="stylesheet" href="{stylesdir=.}/{theme=asciidoc}.css" type="text/css">
-{doctype-manpage}<link rel="stylesheet" href="{stylesdir=.}/{theme=asciidoc}-manpage.css" type="text/css">
ifdef::pygments[<link rel="stylesheet" href="{stylesdir=.}/pygments.css" type="text/css">]
ifdef::toc2[<link rel="stylesheet" href="{stylesdir=.}/toc2.css" type="text/css" />]
<link rel="stylesheet" href="{stylesdir=.}/{stylesheet}" type="text/css">
@@ -549,9 +548,6 @@ endif::linkcss[]
ifndef::linkcss[]
<style type="text/css">
include1::{stylesdir=./stylesheets}/{theme=asciidoc}.css[]
-ifdef::doctype-manpage[]
-include1::{stylesdir=./stylesheets}/{theme=asciidoc}-manpage.css[]
-endif::doctype-manpage[]
ifdef::pygments[]
include1::{stylesdir=./stylesheets}/pygments.css[]
endif::pygments[]