1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 06:24:12 +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> <item>
<tags>'eht' 'extendedhinttags'</tags> <tags>'eht' 'extendedhinttags'</tags>
<strut/>
<spec>'extendedhinttags' 'eht'</spec> <spec>'extendedhinttags' 'eht'</spec>
<strut/>
<type>regexpmap</type> <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,
[F]:body,code,div,html,p,pre,span, [F]:body,code,div,html,p,pre,span,
[iI]:img, [iI]:img,
@@ -849,7 +849,7 @@
<strut/> <strut/>
<spec>'hinttags' 'ht'</spec> <spec>'hinttags' 'ht'</spec>
<type>stringlist</type> <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], [onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand],
[tabindex],[role=link],[role=button]</default> [tabindex],[role=link],[role=button]</default>
<description> <description>

View File

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