1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 07:22:26 +01:00

Restrict favicons to 16x16 in completions.

This commit is contained in:
Kris Maglione
2008-10-09 23:48:24 +00:00
parent e13bfac5c1
commit 602c89fc12

View File

@@ -76,8 +76,9 @@ the terms of any one of the MPL, the GPL or the LGPL.
.compitem-td-span { height: 1.5em; display: block; }
.compitem[selected=true] { background-color: yellow; }
.compitem > .favicon { width: 16px; }
.compitem > .completion { width: 45%; overflow: hidden; }
.compitem > .favicon { width: 16px; }
.favicon > img { max-width: 16px, max-height: 16px}
.compitem > .completion { width: 45%; overflow: hidden; }
.compitem > .description { color: gray; }
.extra-info { color: gray; }