1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-19 16:25:48 +01:00

Fix :bmarks, etc. Fix oversized completion tables.

This commit is contained in:
Kris Maglione
2008-11-24 22:52:24 +00:00
parent aad7a5667a
commit 5ee5f8ef2f
4 changed files with 48 additions and 40 deletions

View File

@@ -72,7 +72,11 @@ the terms of any one of the MPL, the GPL or the LGPL.
vertical-align: middle;
}
.td-span {
height: 1.5em; line-height: 1.5em !important;
display: inline-block;
overflow: visible;
width: 0px;
height: 1.5em;
line-height: 1.5em !important;
}
.td-strut {
display: inline-block;