The following commit has been merged in the master branch:
commit 31d42a7abf9a171bca5ea42f2fdca1515834eb81
Author: Ole Streicher <oleb...@debian.org>
Date:   Thu Dec 10 08:57:07 2015 +0100

    Small improvements: use transform:capitalize, space after table, 
alternating table row colors

diff --git a/webtools/templates/tasks_idx.xhtml 
b/webtools/templates/tasks_idx.xhtml
index 89fba67..c3ac0ea 100644
--- a/webtools/templates/tasks_idx.xhtml
+++ b/webtools/templates/tasks_idx.xhtml
@@ -12,6 +12,16 @@
          type="text/css" />
     <link href="http://blends.debian.org/css/blends.css"; rel="stylesheet"
          type="text/css" />
+    <style type="text/css">
+// <!--
+tr:nth-child(even) {
+    background-color: #eee;
+}
+table {
+    padding-bottom: 1.5em;
+}
+
+// -->
     <link rel="shortcut icon" href="http://www.debian.org/favicon.ico"; />
   </head>
   <body>
@@ -63,7 +73,7 @@
        <tbody>
           <py:for each="task in taskskeys">
            <tr>
-             <td>
+             <td style="text-transform:capitalize;">
                <a href="${task}" name="${task}" id="${task}">
                  ${tasks[task].metapkg.PrintedName.capitalize()}
                </a>

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to