From cc377e18607365f3edbf045af57b99786181238d Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Tue, 16 Dec 2008 18:35:22 -0600 Subject: Adding more content for inline elements --- xslt/mallard/html/mal2html-inline.xsl | 45 ++++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) (limited to 'xslt') diff --git a/xslt/mallard/html/mal2html-inline.xsl b/xslt/mallard/html/mal2html-inline.xsl index 61beefc..644e441 100644 --- a/xslt/mallard/html/mal2html-inline.xsl +++ b/xslt/mallard/html/mal2html-inline.xsl @@ -106,9 +106,33 @@ span.code { font-family: monospace; } span.em { font-style: italic; } span.email { color: red; } span.file { font-family: monospace; } -span.gui { color: red; } +span.gui, span.guiseq { color: + + + + ; +} span.input { font-family: monospace; } -span.key { /* FIXME */ } +span.key { + color: + + + + ; + border: solid 1px + + + + ; + padding: 0 0.2em 0 0.2em; +} +span.keyseq { + color: + + + + ; +} span.output { font-family: monospace; } span.sys { font-family: monospace; } span.var { font-style: italic; } @@ -155,10 +179,25 @@ span.var { font-style: italic; } - + + + + + + + + + + +  ▸ + + + + + -- cgit v1.2.1