[library-web/new-website-style: 14/55] Some footer art



commit 5c316df2185042f673289bf9d5e309db77c53fbf
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat Dec 4 17:41:27 2010 +0100

    Some footer art

 data/skin/lgo2010.css |    4 ++++
 data/xslt/gtk-doc.xsl |    2 +-
 data/xslt/indexes.xsl |    7 +++++++
 3 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/data/skin/lgo2010.css b/data/skin/lgo2010.css
index 1306218..8111818 100644
--- a/data/skin/lgo2010.css
+++ b/data/skin/lgo2010.css
@@ -91,3 +91,7 @@ ul.language-list {
 div.sidebar.notitle {
 	margin-top: 3em;
 }
+
+#footer_art.default {
+	background-image: url(footer_art-library.png);
+}
diff --git a/data/xslt/gtk-doc.xsl b/data/xslt/gtk-doc.xsl
index 6f36b60..438a56e 100644
--- a/data/xslt/gtk-doc.xsl
+++ b/data/xslt/gtk-doc.xsl
@@ -89,7 +89,6 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
   </xsl:template>
 
   <xsl:template name="user.footer.content">
-    <xsl:call-template name="libgo.footer"/>
   </xsl:template>
 
 <!-- overriding the one from docbook-xsl/html/chunk-common.xsl -->
@@ -133,6 +132,7 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
       </xsl:call-template>
 
       <xsl:call-template name="user.footer.navigation"/>
+      <div id="footer_art" class="default"> </div>
       </div>
       <xsl:call-template name="libgo.footer"/>
     </body>
diff --git a/data/xslt/indexes.xsl b/data/xslt/indexes.xsl
index 5f25cad..6f5dca0 100644
--- a/data/xslt/indexes.xsl
+++ b/data/xslt/indexes.xsl
@@ -404,8 +404,10 @@ doctype-system="http://www.w3.org/TR/html4/loose.dtd";>
               <script type="text/javascript">display_missing_translation_text()</script>
             </div>
             </xsl:if>
+
 	    </div>
 	  </div>
+	  <div id="footer_art" class="default"> </div>
           </div>
 	  <xsl:call-template name="libgo.footer"/>
 	</body>
@@ -663,6 +665,7 @@ doctype-system="http://www.w3.org/TR/html4/loose.dtd";>
             </xsl:if>
 
           </div>
+	  <div id="footer_art" class="default"> </div>
 	  </div>
 	  <xsl:call-template name="libgo.footer"/>
 	</body>
@@ -734,6 +737,7 @@ div.body-sidebar { width: 100%; }
               </p>
             </div>
 	  </div>
+	  <div id="footer_art" class="default"> </div>
           </div>
 	  <xsl:call-template name="libgo.footer"/>
 	</body>
@@ -770,6 +774,7 @@ div.body-sidebar { width: 100%; }
 	  </xsl:for-each>
 	  </ul>
 	  </div>
+	  <div id="footer_art" class="default"> </div>
 	  </div>
 	  <xsl:call-template name="libgo.footer"/>
 	</body>
@@ -838,6 +843,7 @@ div.body-sidebar { width: 100%; }
               <script type="text/javascript" src="/js/language.js" />
               <script type="text/javascript">display_remove_cookie_text()</script>
             </div>
+            <div id="footer_art" class="default"> </div>
           </div>
           <xsl:call-template name="libgo.footer"/>
         </body>
@@ -872,6 +878,7 @@ div.body-sidebar { width: 100%; }
 	  </xsl:for-each>
 	  </ul>
 	  </div>
+          <div id="footer_art" class="default"> </div>
 	  </div>
 	  <xsl:call-template name="libgo.footer"/>
 	</body>



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