1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 18:12:27 +01:00

Allow argument to :w

This commit is contained in:
Kris Maglione
2008-10-12 20:08:51 +00:00
parent 0f92110012
commit 99f3e3cfef
5 changed files with 59 additions and 26 deletions

View File

@@ -85,7 +85,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
vertical-align: middle;
padding: 0 .5ex;
}
.compitem-td-span { height: 1.5em; display: block; min-height: 16px; }
.compitem-td-span { height: 1.5em; line-height: 1.5em !important; display: block; min-height: 16px; }
.compitem[selected=true] { background-color: yellow; }
.compitem > .favicon { width: 16px; }