[Cdd-commits] r1205 - cdd/trunk/webtools/templates

CDD Subversion Commit noreply at alioth.debian.org
Wed Nov 5 07:14:40 UTC 2008


Author: tille
Date: Wed Nov  5 07:14:39 2008
New Revision: 1205

Modified:
   cdd/trunk/webtools/templates/bugs.xhtml
   cdd/trunk/webtools/templates/bugs_idx.xhtml
   cdd/trunk/webtools/templates/tasks.xhtml
   cdd/trunk/webtools/templates/tasks_idx.xhtml
Log:
Recude height of logo on top to the smallest used logo (Debian Med  = 93px). Probably this should be handled more intelligently, but this is the simplest solution which works for everything without a compromise in quality


Modified: cdd/trunk/webtools/templates/bugs.xhtml
==============================================================================
--- cdd/trunk/webtools/templates/bugs.xhtml	(original)
+++ cdd/trunk/webtools/templates/bugs.xhtml	Wed Nov  5 07:14:39 2008
@@ -12,7 +12,7 @@
 <div style="text-align: center;">
 <a href="$projecturl"><span py:choose="logourl">
 	           <span py:when="None">${projectname} Project</span>
-	           <span py:otherwise=""><img src="$logourl" alt="$projectname Project"/></span>
+	           <span py:otherwise=""><img src="$logourl" alt="$projectname Project" height="93" /></span>
                  </span>
 </a>
 </div>

Modified: cdd/trunk/webtools/templates/bugs_idx.xhtml
==============================================================================
--- cdd/trunk/webtools/templates/bugs_idx.xhtml	(original)
+++ cdd/trunk/webtools/templates/bugs_idx.xhtml	Wed Nov  5 07:14:39 2008
@@ -12,7 +12,7 @@
 <div style="text-align: center;">
 <a href="$projecturl"><span py:choose="logourl">
 	           <span py:when="None">${projectname} Project</span>
-	           <span py:otherwise=""><img src="$logourl" alt="$projectname Project"/></span>
+	           <span py:otherwise=""><img src="$logourl" alt="$projectname Project" height="93" /></span>
                  </span>
 </a>
 </div>

Modified: cdd/trunk/webtools/templates/tasks.xhtml
==============================================================================
--- cdd/trunk/webtools/templates/tasks.xhtml	(original)
+++ cdd/trunk/webtools/templates/tasks.xhtml	Wed Nov  5 07:14:39 2008
@@ -12,7 +12,7 @@
 <div style="text-align: center;">
 <a href="$projecturl"><span py:choose="logourl">
 	           <span py:when="None">${projectname} Project</span>
-	           <span py:otherwise=""><img src="$logourl" alt="$projectname Project"/></span>
+	           <span py:otherwise=""><img src="$logourl" alt="$projectname Project" height="93" /></span>
                  </span>
 </a>
 </div>

Modified: cdd/trunk/webtools/templates/tasks_idx.xhtml
==============================================================================
--- cdd/trunk/webtools/templates/tasks_idx.xhtml	(original)
+++ cdd/trunk/webtools/templates/tasks_idx.xhtml	Wed Nov  5 07:14:39 2008
@@ -12,7 +12,7 @@
 <div style="text-align: center;">
 <a href="$projecturl"><span py:choose="logourl">
 	           <span py:when="None">${projectname} Project</span>
-	           <span py:otherwise=""><img src="$logourl" alt="$projectname Project"/></span>
+	           <span py:otherwise=""><img src="$logourl" alt="$projectname Project" height="93" /></span>
                  </span>
 </a>
 </div>



More information about the Cdd-commits mailing list