[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] /srv/bzr/gsrc/trunk r2312: more table restyling
From: |
Brandon Invergo |
Subject: |
[Gsrc-commit] /srv/bzr/gsrc/trunk r2312: more table restyling |
Date: |
Mon, 15 Apr 2013 22:33:59 +0200 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 2312
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2013-04-15 22:33:59 +0200
message:
more table restyling
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-15 20:23:28 +0000
+++ b/util/templates/package-list.html.m4 2013-04-15 20:33:59 +0000
@@ -44,12 +44,12 @@
<p><b>Last update:</b> UPDATE_DATE</p>
-<table>
+<table style="table-layout: fixed; width: 100%">
<tr>
- <th width="15%">GSRC Name</th>
- <th width="15%">Name</th>
- <th width="60%">Description</th>
- <th width="10%">Version</th>
+ <th>GSRC Name</th>
+ <th>Name</th>
+ <th>Description</th>
+ <th>Version</th>
</tr>
PACKAGE_LIST
</table>
=== modified file 'util/templates/package.html.templ'
--- a/util/templates/package.html.templ 2013-04-15 20:23:28 +0000
+++ b/util/templates/package.html.templ 2013-04-15 20:33:59 +0000
@@ -1,6 +1,6 @@
<tr>
- <td id="{{Garname}}">{{Directory}}/{{Garname}}</td>
- <td><a href="{{Home_URL}}">{{Name}}</a></td>
- <td>{{Blurb = "" ? Description : Blurb}}</td>
- <td>{{Version}}</td>
+ <td width="15%" style="word-wrap: break-word"
id="{{Garname}}">{{Directory}}/{{Garname}}</td>
+ <td width="15%" style="word-wrap: break-word"><a
href="{{Home_URL}}">{{Name}}</a></td>
+ <td width="60%">{{Blurb = "" ? Description : Blurb}}</td>
+ <td width="10%">{{Version}}</td>
</tr>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] /srv/bzr/gsrc/trunk r2312: more table restyling,
Brandon Invergo <=