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

Cut down on some error console noise when generating XPCOM stubs.

This commit is contained in:
Kris Maglione
2010-10-03 22:15:49 -04:00
parent 106b9163c2
commit 6d472abb18
6 changed files with 24 additions and 9 deletions

View File

@@ -78,6 +78,11 @@
color: inherit;
}
label[collapsed=true] {
height: 0px;
width: 0px;
}
.dactyl-container > * {
font-family: inherit;
}