Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6b3585ea67ce3e79c9049b5b33294cdd > files > 487

docbook-style-dsssl-doc-1.79-16.mga7.noarch.rpm

<RefEntry id="X25css-liststyle-alistX25">
<!-- This file is generated automatically from the DSSSL source. -->
<!-- Do not edit this file! -->
<?html-filename css-liststyle-alist.html>

<RefMeta>
  <RefEntryTitle>%css-liststyle-alist%</RefEntryTitle>
  <RefMiscInfo Role="file">dbparam.dsl</RefMiscInfo>
</RefMeta>

<RefNameDiv>
  <RefName>%css-liststyle-alist%</RefName>
  <RefPurpose>Map DocBook OVERRIDE and MARK attributes to CSS</RefPurpose>
</RefNameDiv>

<RefSynopsisDiv><Title>Synopsis</Title>
<Synopsis>
%css-liststyle-alist%
</Synopsis>
</RefSynopsisDiv>

<RefSect1><Title>Description</Title>

<para>
If <literal>%css-decoration%</literal> is turned on then the list-style-type property of
list items will be set to reflect the list item style selected in the
DocBook instance.  This associative list maps the style type names used
in your instance to the appropriate CSS names.  If no mapping exists,
the name from the instance will be used.</para>


</RefSect1>
<RefSect1><Title>Source Code</Title>

<ProgramListing>
(define %css-liststyle-alist%
  ;; Map DocBook OVERRIDE and MARK attributes to CSS
  '(("bullet" "disc")
    ("box" "square")))
</ProgramListing>
</RefSect1>

</RefEntry>