]> git.evergreen-ils.org Git - working/Evergreen.git/blob - 1.6/docbook/diff.txt
Add content to migrating bib records - mostly from wiki.
[working/Evergreen.git] / 1.6 / docbook / diff.txt
1 7c7
2 <      $Id: diff.txt,v 1.1 2010/09/02 17:02:33 sheppards Exp sheppards $
3 ---
4 >      $Id: diff.txt,v 1.1 2010/09/02 17:02:33 sheppards Exp sheppards $
5 18a19,24
6 >   <xsl:attribute name="font-style">
7 >     <xsl:choose>
8 >       <xsl:when test="self::abstract">italic</xsl:when>
9 >       <xsl:otherwise>inherit</xsl:otherwise>
10 >     </xsl:choose>
11 >   </xsl:attribute>
12 936a943,961
13 > <xsl:attribute-set name="xref.properties">
14 >   <xsl:attribute name="font-style">
15 >     <xsl:choose>
16 >       <xsl:when test="self::link">italic</xsl:when>
17 >       <xsl:otherwise>inherit</xsl:otherwise>
18 >     </xsl:choose>
19 >   </xsl:attribute>
20 >   <xsl:attribute name="text-decoration">
21 >     <xsl:choose>
22 >       <xsl:when test="self::link">underline</xsl:when>
23 >       <xsl:otherwise>inherit</xsl:otherwise>
24 >     </xsl:choose>
25 >   </xsl:attribute>
26 >   <xsl:attribute name="color">
27 >     <xsl:choose>
28 >       <xsl:when test="self::link">#0000ff</xsl:when>
29 >       <xsl:otherwise>inherit</xsl:otherwise>
30 >     </xsl:choose>
31 >   </xsl:attribute>
32 937a963,984
33
34 > <xsl:attribute-set name="figure.properties">
35 >   <xsl:attribute name="font-size">
36 >     <xsl:choose>
37 >       <xsl:when test="self::figure">75%</xsl:when>
38 >       <xsl:otherwise>inherit</xsl:otherwise>
39 >     </xsl:choose>
40 >   </xsl:attribute>
41 >   <xsl:attribute name="background-color">
42 >     <xsl:choose>
43 >       <xsl:when test="self::figure">#f9f9f9</xsl:when>
44 >       <xsl:otherwise>inherit</xsl:otherwise>
45 >     </xsl:choose>
46 >   </xsl:attribute>
47 >   <xsl:attribute name="color">
48 >     <xsl:choose>
49 >       <xsl:when test="self::figure">black</xsl:when>
50 >       <xsl:otherwise>inherit</xsl:otherwise>
51 >     </xsl:choose>
52 >   </xsl:attribute>
53 > </xsl:attribute-set>
54