gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r2311: change table styling


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2311: change table styling
Date: Mon, 15 Apr 2013 22:23:28 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2311
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2013-04-15 22:23:28 +0200
message:
  change table styling
modified:
  util/templates/package-list.html.m4
  util/templates/package.html.templ
=== modified file 'util/templates/package-list.html.m4'
--- a/util/templates/package-list.html.m4       2013-04-13 08:17:17 +0000
+++ b/util/templates/package-list.html.m4       2013-04-15 20:23:28 +0000
@@ -46,10 +46,10 @@
 
 <table>
   <tr>
-    <th>GSRC Name</th>
-    <th>Name</th>
-    <th>Description</th>
-    <th>Version</th>
+    <th width="15%">GSRC Name</th>
+    <th width="15%">Name</th>
+    <th width="60%">Description</th>
+    <th width="10%">Version</th>
   </tr>
 PACKAGE_LIST
 </table>

=== modified file 'util/templates/package.html.templ'
--- a/util/templates/package.html.templ 2013-04-12 21:45:56 +0000
+++ b/util/templates/package.html.templ 2013-04-15 20:23:28 +0000
@@ -1,5 +1,5 @@
   <tr>
-    <td><span id="{{Garname}}">{{Directory}}/{{Garname}}</span></td>
+    <td id="{{Garname}}">{{Directory}}/{{Garname}}</td>
     <td><a href="{{Home_URL}}">{{Name}}</a></td>
     <td>{{Blurb = "" ? Description : Blurb}}</td>
     <td>{{Version}}</td>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]