1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 10:44:11 +01:00

Fix stupid CSS.

This commit is contained in:
Kris Maglione
2011-02-17 16:43:15 -05:00
parent 1284a05a90
commit e21a289597
2 changed files with 6 additions and 3 deletions

View File

@@ -631,10 +631,10 @@
<item>
<tags>'eht' 'extendedhinttags'</tags>
<strut/>
<spec>'extendedhinttags' 'eht'</spec>
<strut/>
<type>regexpmap</type>
<default style="display: block;">[asOTivVWy]:a[href],area[href],img[src],iframe[src],
<default>[asOTivVWy]:a[href],area[href],img[src],iframe[src],
[f]:body,
[F]:body,code,div,html,p,pre,span,
[iI]:img,
@@ -849,7 +849,7 @@
<strut/>
<spec>'hinttags' 'ht'</spec>
<type>stringlist</type>
<default style="display: block;">a,area,button,iframe,input:not([type=hidden]),select,textarea,
<default>a,area,button,iframe,input:not([type=hidden]),select,textarea,
[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand],
[tabindex],[role=link],[role=button]</default>
<description>

View File

@@ -27,6 +27,9 @@ input[type=file][dactyl|highlight~=HintElem] {
[dactyl|highlight~=HelpDefault] {
-moz-binding: url(resource://dactyl-content/bindings.xml#compitem-td);
}
[dactyl|highlight~=HelpDefault] > .td-span {
width: auto;
}
}