1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 22:35:45 +01:00

Added :sty chrome to style the main window, moved a bunch of inline styles to CSS, fixed some completion bugs, removed util.blankDocument

This commit is contained in:
Kris Maglione
2008-10-05 23:38:31 +00:00
parent 2be0219384
commit 0a8252fb2a
10 changed files with 143 additions and 99 deletions

View File

@@ -724,7 +724,7 @@ liberator.Tabs = function () //{{{
items.* +=
<tr>
<td align="right"> {number}</td>
<td><span style="color: blue"> {indicator} </span></td>
<td><span class="indicator"> {indicator} </span></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>;