[gtk-doc] Use symbolic icons for the navigation links



commit 939576cd24da19e15eed97c937480514eb373669
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jul 16 14:41:17 2013 -0400

    Use symbolic icons for the navigation links
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696570

 gtk-doc-single.xsl |    8 ++++----
 gtk-doc.dsl.in     |   16 ++++++++--------
 gtk-doc.xsl        |    8 ++++----
 home.png           |  Bin 654 -> 256 bytes
 left.png           |  Bin 459 -> 262 bytes
 right.png          |  Bin 472 -> 261 bytes
 up.png             |  Bin 406 -> 260 bytes
 7 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/gtk-doc-single.xsl b/gtk-doc-single.xsl
index bbc5f26..2885dd9 100644
--- a/gtk-doc-single.xsl
+++ b/gtk-doc-single.xsl
@@ -234,7 +234,7 @@ Get a newer version at http://docbook.sourceforge.net/projects/xsl/
                       <xsl:with-param name="object" select="$prev"/>
                     </xsl:call-template>
                   </xsl:attribute>
-                  <img src="left.png" width="24" height="24" border="0">
+                  <img src="left.png" width="16" height="16" border="0">
                     <xsl:attribute name="alt">
                       <xsl:call-template name="gentext">
                         <xsl:with-param name="key">nav-prev</xsl:with-param>
@@ -257,7 +257,7 @@ Get a newer version at http://docbook.sourceforge.net/projects/xsl/
                       <xsl:with-param name="object" select="$up"/>
                     </xsl:call-template>
                   </xsl:attribute>
-                  <img src="up.png" width="24" height="24" border="0">
+                  <img src="up.png" width="16" height="16" border="0">
                     <xsl:attribute name="alt">
                       <xsl:call-template name="gentext">
                         <xsl:with-param name="key">nav-up</xsl:with-param>
@@ -280,7 +280,7 @@ Get a newer version at http://docbook.sourceforge.net/projects/xsl/
                       <xsl:with-param name="object" select="$home"/>
                     </xsl:call-template>
                   </xsl:attribute>
-                  <img src="home.png" width="24" height="24" border="0">
+                  <img src="home.png" width="16" height="16" border="0">
                     <xsl:attribute name="alt">
                       <xsl:call-template name="gentext">
                         <xsl:with-param name="key">nav-home</xsl:with-param>
@@ -306,7 +306,7 @@ Get a newer version at http://docbook.sourceforge.net/projects/xsl/
                       <xsl:with-param name="object" select="$next"/>
                     </xsl:call-template>
                   </xsl:attribute>
-                  <img src="right.png" width="24" height="24" border="0">
+                  <img src="right.png" width="16" height="16" border="0">
                     <xsl:attribute name="alt">
                       <xsl:call-template name="gentext">
                         <xsl:with-param name="key">nav-next</xsl:with-param>
diff --git a/gtk-doc.dsl.in b/gtk-doc.dsl.in
index 6dd962f..c33ada8 100644
--- a/gtk-doc.dsl.in
+++ b/gtk-doc.dsl.in
@@ -333,8 +333,8 @@
                                    (make empty-element gi: "IMG"
                                          attributes: (list
                                                       (list "SRC" "left.png")
-                                                      (list "WIDTH" "24")
-                                                      (list "HEIGHT" "24")
+                                                      (list "WIDTH" "16")
+                                                      (list "HEIGHT" "16")
                                                       (list "BORDER" "0")
                                                       (list "ALT" "Prev")))))
                        (empty-sosofo))
@@ -348,8 +348,8 @@
                                    (make empty-element gi: "IMG"
                                          attributes: (list
                                                       (list "SRC" "up.png")
-                                                      (list "WIDTH" "24")
-                                                      (list "HEIGHT" "24")
+                                                      (list "WIDTH" "16")
+                                                      (list "HEIGHT" "16")
                                                       (list "BORDER" "0")
                                                       (list "ALT" "Up")))))
                        (empty-sosofo))
@@ -363,8 +363,8 @@
                                    (make empty-element gi: "IMG"
                                          attributes: (list
                                                       (list "SRC" "home.png")
-                                                      (list "WIDTH" "24")
-                                                      (list "HEIGHT" "24")
+                                                      (list "WIDTH" "16")
+                                                      (list "HEIGHT" "16")
                                                       (list "BORDER" "0")
                                                       (list "ALT" "Home")))))
                        (empty-sosofo))
@@ -379,8 +379,8 @@
                                    (make empty-element gi: "IMG"
                                          attributes: (list
                                                       (list "SRC" "right.png")
-                                                      (list "WIDTH" "24")
-                                                      (list "HEIGHT" "24")
+                                                      (list "WIDTH" "16")
+                                                      (list "HEIGHT" "16")
                                                       (list "BORDER" "0")
                                                       (list "ALT" "Next")))))
                        (empty-sosofo)))))
diff --git a/gtk-doc.xsl b/gtk-doc.xsl
index 9ff614b..1f68250 100644
--- a/gtk-doc.xsl
+++ b/gtk-doc.xsl
@@ -465,7 +465,7 @@ Get a newer version at http://docbook.sourceforge.net/projects/xsl/
                       <xsl:with-param name="object" select="$prev"/>
                     </xsl:call-template>
                   </xsl:attribute>
-                  <img src="left.png" width="24" height="24" border="0">
+                  <img src="left.png" width="16" height="16" border="0">
                     <xsl:attribute name="alt">
                       <xsl:call-template name="gentext">
                         <xsl:with-param name="key">nav-prev</xsl:with-param>
@@ -488,7 +488,7 @@ Get a newer version at http://docbook.sourceforge.net/projects/xsl/
                       <xsl:with-param name="object" select="$up"/>
                     </xsl:call-template>
                   </xsl:attribute>
-                  <img src="up.png" width="24" height="24" border="0">
+                  <img src="up.png" width="16" height="16" border="0">
                     <xsl:attribute name="alt">
                       <xsl:call-template name="gentext">
                         <xsl:with-param name="key">nav-up</xsl:with-param>
@@ -511,7 +511,7 @@ Get a newer version at http://docbook.sourceforge.net/projects/xsl/
                       <xsl:with-param name="object" select="$home"/>
                     </xsl:call-template>
                   </xsl:attribute>
-                  <img src="home.png" width="24" height="24" border="0">
+                  <img src="home.png" width="16" height="16" border="0">
                     <xsl:attribute name="alt">
                       <xsl:call-template name="gentext">
                         <xsl:with-param name="key">nav-home</xsl:with-param>
@@ -537,7 +537,7 @@ Get a newer version at http://docbook.sourceforge.net/projects/xsl/
                       <xsl:with-param name="object" select="$next"/>
                     </xsl:call-template>
                   </xsl:attribute>
-                  <img src="right.png" width="24" height="24" border="0">
+                  <img src="right.png" width="16" height="16" border="0">
                     <xsl:attribute name="alt">
                       <xsl:call-template name="gentext">
                         <xsl:with-param name="key">nav-next</xsl:with-param>
diff --git a/home.png b/home.png
index 1700361..9346b33 100644
Binary files a/home.png and b/home.png differ
diff --git a/left.png b/left.png
index 2d05b3d..2abde03 100644
Binary files a/left.png and b/left.png differ
diff --git a/right.png b/right.png
index 92832e3..76260ec 100644
Binary files a/right.png and b/right.png differ
diff --git a/up.png b/up.png
index 85b3e2a..80b4b37 100644
Binary files a/up.png and b/up.png differ


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