changeset 355:5d731825a6c2

Regenerated.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 25 Jan 2012 13:34:17 +0000
parents 4e3b681cae20
children ccb8e9a12e2f
files xslt/content.xslt xslt/style.xslt
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/xslt/content.xslt	Wed Jan 25 13:33:12 2012 +0000
+++ b/xslt/content.xslt	Wed Jan 25 13:34:17 2012 +0000
@@ -52,7 +52,7 @@
    </xsl:template>
 
    <xsl:template match="programlisting"> 
-      <blockquote>
+      <blockquote class="example">
          <pre>
             <xsl:apply-templates/>
          </pre>
@@ -63,7 +63,7 @@
 
       <xsl:text disable-output-escaping="yes">&lt;/p&gt; </xsl:text>
 
-      <blockquote>
+      <blockquote class="example">
          <pre>
             <xsl:apply-templates/>
          </pre>
@@ -279,7 +279,7 @@
    </xsl:template>
 
    <xsl:template match="example"> 
-      <blockquote>
+      <blockquote class="example">
          <pre>
             <xsl:apply-templates/>
          </pre>
@@ -290,7 +290,7 @@
 
       <xsl:text disable-output-escaping="yes">&lt;/p&gt; </xsl:text>
 
-      <blockquote>
+      <blockquote class="example">
          <pre>
             <xsl:apply-templates/>
          </pre>
--- a/xslt/style.xslt	Wed Jan 25 13:33:12 2012 +0000
+++ b/xslt/style.xslt	Wed Jan 25 13:34:17 2012 +0000
@@ -5,7 +5,7 @@
       <xsl:param name="lang"/>
 
       <style type="text/css">
-         <xsl:value-of select=" normalize-space('         body              { font-family:    Georgia, serif; }         p                 { text-align:     justify; }         table.news p      { margin-top:     0; }         table.news td     { vertical-align: baseline; }         table.news .date  { text-align:     right;                             padding-right:  0.5em;                             white-space:    nowrap; }         div.directive     { background:     #EEEEEE;                             padding:        10pt 10pt 10pt 0; }         div.directive td  { vertical-align: baseline; }         div.directive pre { padding:        0;                             margin:         0; }         div.directive p   { margin:         5pt 0 0 0;                             font-size:      80%; }         span.initial      { font-size:      200%;                             float:          left;                             padding-right:  10pt;}         li                { text-align:     justify; }         dd                { text-align:     justify; }         td.list           { background:     #EEEEEE; }         blockquote.note   { text-align:     justify;                             background:     #EEEEEE;                             border:         none;                             padding:        10pt 10pt 10pt 10pt; }         sup               { font-size:      50%; }         ')"/>
+         <xsl:value-of select=" normalize-space('         body              { font-family:    Georgia, serif; }         p                 { text-align:     justify; }         table.news p      { margin-top:     0; }         table.news td     { vertical-align: baseline; }         table.news .date  { text-align:     right;                             padding-right:  0.5em;                             white-space:    nowrap; }         div.directive     { background:     #EEEEEE;                             padding:        10pt 10pt 10pt 0; }         div.directive td  { vertical-align: baseline; }         div.directive pre { padding:        0;                             margin:         0; }         div.directive p   { margin:         5pt 0 0 0;                             font-size:      80%; }         span.initial      { font-size:      200%;                             float:          left;                             padding-right:  10pt;}         li                { text-align:     justify; }         dd                { text-align:     justify; }         td.list           { background:     #EEEEEE; }         blockquote.note   { text-align:     justify;                             background:     #EEEEEE;                             border:         none;                             margin:         1em;                             padding:        0.5em; }         blockquote.example {                             background:     transparent;                             border:         none;                             margin:         1em;                             padding:        0.5em; }         blockquote.example pre {                             padding:        0;                             margin:         0; }         sup               { font-size:      50%; }         ')"/>
 
          <xsl:if test="$lang = 'he'">