1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 06:14:11 +01:00

Bunch-o-fixes, plus some non-trivial changes that I may wind up weeding out.

This commit is contained in:
Kris Maglione
2008-10-04 04:08:03 +00:00
parent 3ceecbaf52
commit 1891746b9e
15 changed files with 144 additions and 93 deletions

View File

@@ -726,7 +726,7 @@ liberator.Tabs = function () //{{{
<tr>
<td align="right"> {number}</td>
<td><span style="color: blue"> {indicator} </span></td>
<td style="width:250px; max-width: 500px; overflow: hidden">{title}</td>
<td style="width: 250px; max-width: 500px; overflow: hidden">{title}</td>
<td><a href="#" class="hl-URL buffer-list">{item[1]}</a></td>
</tr>;
}