1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 08:25:46 +01:00

More completion stuff

This commit is contained in:
Kris Maglione
2008-11-22 09:14:21 +00:00
parent fcc799aa6a
commit ef0b517d3f
5 changed files with 108 additions and 101 deletions

View File

@@ -60,13 +60,13 @@ the terms of any one of the MPL, the GPL or the LGPL.
width: 100%;
display: table;
}
.hl-CompItem {
.hl-CompItem, .hl-CompTitle {
display: table-row;
}
.hl-Completions > ul {
display: table-row;
}
.hl-CompItem > * {
.hl-CompItem > *, .hl-CompTitle > * {
-moz-binding: url(chrome://liberator/content/bindings.xml#compitem-td);
display: table-cell;
vertical-align: middle;