gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r2314: fix column widths once and for


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2314: fix column widths once and for all
Date: Mon, 15 Apr 2013 23:02:27 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2314
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2013-04-15 23:02:27 +0200
message:
  fix column widths once and for all
modified:
  util/templates/package-list.html.m4
=== modified file 'util/templates/package-list.html.m4'
--- a/util/templates/package-list.html.m4       2013-04-15 20:47:05 +0000
+++ b/util/templates/package-list.html.m4       2013-04-15 21:02:27 +0000
@@ -44,12 +44,12 @@
 
 <p><b>Last update:</b> UPDATE_DATE</p>
 
-<table style="table-layout: fixed">
+<table style="table-layout: fixed; width: 100%">
   <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>


reply via email to

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