summaryrefslogtreecommitdiff
path: root/xslt/docbook/html/db2html-css.xsl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-05-05 00:46:20 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-05-05 00:46:20 +0000
commite3afcaea9125ebeca3ec75aa132725cddeb6118a (patch)
treea5f4478b4eeeeea761f26ae434c9b5d307fb6b30 /xslt/docbook/html/db2html-css.xsl
parentf21205703c95f674e24de98532881ccdc14f4f4b (diff)
downloadyelp-xsl-e3afcaea9125ebeca3ec75aa132725cddeb6118a.tar.gz
- Putting more checks and information in xsldoc
* doc/xslt/Makefile.am: * doc/xslt/xsldoc-check.xsl: * doc/xslt/xsldoc-fill.xsl: * doc/xslt/xsldoc.xsl: - Putting more checks and information in xsldoc * xslt/docbook/common/db-label.xsl: * xslt/docbook/common/db-title.xsl: * xslt/docbook/common/db-xref.xsl: * xslt/docbook/html/db2html-autotoc.xsl: * xslt/docbook/html/db2html-bibliography.xsl: * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-classsynopsis.xsl: * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html-ebnf.xsl: * xslt/docbook/html/db2html-footnote.xsl: * xslt/docbook/html/db2html-funcsynopsis.xsl: * xslt/docbook/html/db2html-info.xsl: * xslt/docbook/html/db2html-inline.xsl: * xslt/docbook/html/db2html-list.xsl: * xslt/docbook/html/db2html-media.xsl: * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-refentry.xsl: * xslt/docbook/html/db2html-table.xsl: * xslt/docbook/html/db2html-title.xsl: * xslt/docbook/html/db2html-xref.xsl: * xslt/docbook/omf/db2omf.xsl: - Added :Requires: to satisfy new xsldoc stuff svn path=/trunk/; revision=932
Diffstat (limited to 'xslt/docbook/html/db2html-css.xsl')
-rw-r--r--xslt/docbook/html/db2html-css.xsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/xslt/docbook/html/db2html-css.xsl b/xslt/docbook/html/db2html-css.xsl
index 5e3fc0eb..7b604687 100644
--- a/xslt/docbook/html/db2html-css.xsl
+++ b/xslt/docbook/html/db2html-css.xsl
@@ -24,7 +24,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - CSS
-:Requires: l10n theme
+:Requires: db2html-bibliography db2html-block db2html-footnote db2html-callout db2html-cmdsynopsis db2html-qanda db2html-refentry gettext theme
REMARK: Describe this module
-->
@@ -144,6 +144,7 @@ div.title {
font-weight: bold;
color: </xsl:text><xsl:value-of select="$theme.color.text_light"/><xsl:text>;
}
+div.title-formal { padding-left: 0.2em; padding-right: 0.2em; }
div.title-formal .label { font-weight: normal; }
a {
color: </xsl:text><xsl:value-of select="$theme.color.link"/><xsl:text>;