[yelp-xsl] Change div.all to div.page



commit a49cdf19c7ed1d429b7a5f3b6d7dab987db5e227
Author: Shaun McCance <shaunm gnome org>
Date:   Wed Jan 11 09:25:30 2012 -0500

    Change div.all to div.page

 xslt/common/html.xsl |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 9b992d4..666f4a4 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -260,7 +260,7 @@ as ${node} to this template.
       <xsl:call-template name="html.top.custom">
         <xsl:with-param name="node" select="$node"/>
       </xsl:call-template>
-      <div class="all">
+      <div class="page">
         <div class="header"> 
           <xsl:call-template name="html.header.custom">
             <xsl:with-param name="node" select="$node"/>
@@ -318,7 +318,7 @@ Stub to output HTML at the top of the page.
 $node: The node a page is being created for.
 
 This template is a stub, called by *{html.page}. It is called before the
-#{div.all} wrapper div. Override this template to provide site-specific HTML
+#{div.page} wrapper div. Override this template to provide site-specific HTML
 at the top of the page.
 -->
 <xsl:template name="html.top.custom">
@@ -334,7 +334,7 @@ Stub to output HTML at the bottom of the page.
 $node: The node a page is being created for.
 
 This template is a stub, called by *{html.page}. It is called after the
-#{div.all} wrapper div. Override this template to provide site-specific HTML
+#{div.page} wrapper div. Override this template to provide site-specific HTML
 at the bottom of the page.
 -->
 <xsl:template name="html.bottom.custom">
@@ -605,7 +605,7 @@ body {
     <xsl:value-of select="$color.text"/><xsl:text>;
   direction: </xsl:text><xsl:value-of select="$direction"/><xsl:text>;
 }
-div.all {
+div.page {
   margin: 1em auto 1em auto;
   max-width: 60em;
   border: solid 1px </xsl:text>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]