summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2011-05-05 09:25:17 +1200
committerStuart Rackham <srackham@methods.co.nz>2011-05-05 09:25:17 +1200
commitfa7d5e3d24dfd6e9bf3d37dbf514b3e042269890 (patch)
treeca37b422a5752171f1e367554ce451b0073b61e0
parentd17c8e95616b6c13aebe4038926e73b62c147f54 (diff)
downloadasciidoc-fa7d5e3d24dfd6e9bf3d37dbf514b3e042269890.tar.gz
Added missing asciidoc-common.css to website.
l---------examples/website/asciidoc-common.css1
-rw-r--r--examples/website/layout1.conf1
-rw-r--r--examples/website/layout2.conf1
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/website/asciidoc-common.css b/examples/website/asciidoc-common.css
new file mode 120000
index 0000000..0eb4ebe
--- /dev/null
+++ b/examples/website/asciidoc-common.css
@@ -0,0 +1 @@
+../../stylesheets/asciidoc-common.css \ No newline at end of file
diff --git a/examples/website/layout1.conf b/examples/website/layout1.conf
index c42b509..366e924 100644
--- a/examples/website/layout1.conf
+++ b/examples/website/layout1.conf
@@ -40,6 +40,7 @@ monospacedwords=(?u)\\?\basciidoc\(1\) (?u)\\?\ba2x\(1\)
<meta name="keywords" content="{keywords}" />
<title>{title}</title>
{title%}<title>{doctitle=}</title>
+<link rel="stylesheet" href="{stylesdir=.}/{theme%asciidoc-common.css}" type="text/css" />
<link rel="stylesheet" href="{stylesdir=.}/{theme={backend}}.css" type="text/css" />
{doctype-manpage}<link rel="stylesheet" href="{stylesdir=.}/{theme={backend}}-manpage.css" type="text/css" />
ifdef::quirks[]
diff --git a/examples/website/layout2.conf b/examples/website/layout2.conf
index 22e8b0b..07f16f3 100644
--- a/examples/website/layout2.conf
+++ b/examples/website/layout2.conf
@@ -37,6 +37,7 @@ monospacedwords=(?u)\\?\basciidoc\(1\) (?u)\\?\ba2x\(1\)
<meta name="keywords" content="{keywords}" />
<title>{title}</title>
{title%}<title>{doctitle=}</title>
+<link rel="stylesheet" href="{stylesdir=.}/{theme%asciidoc-common.css}" type="text/css" />
<link rel="stylesheet" href="{stylesdir=.}/{theme={backend}}.css" type="text/css" />
{doctype-manpage}<link rel="stylesheet" href="{stylesdir=.}/{theme={backend}}-manpage.css" type="text/css" />
ifdef::quirks[]