mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 06:55:47 +01:00
Don't generate :style definitions with ! in :mkp. Remove <oa>!</oa> from docs.
This commit is contained in:
@@ -146,7 +146,7 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>:sty :style</tags>
|
<tags>:sty :style</tags>
|
||||||
<spec>:sty<oa>le</oa><oa>!</oa> <oa>-name=<a>name</a></oa> <oa>-append</oa> <a>filter</a> <oa>css</oa></spec>
|
<spec>:sty<oa>le</oa> <oa>-name=<a>name</a></oa> <oa>-append</oa> <a>filter</a> <oa>css</oa></spec>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Add CSS styles to the browser or to web pages. <a>filter</a> is a
|
Add CSS styles to the browser or to web pages. <a>filter</a> is a
|
||||||
|
|||||||
@@ -605,7 +605,6 @@ var Styles = Module("Styles", {
|
|||||||
.map(function (style) ({
|
.map(function (style) ({
|
||||||
command: "style",
|
command: "style",
|
||||||
arguments: [style.sites.join(",")],
|
arguments: [style.sites.join(",")],
|
||||||
bang: true,
|
|
||||||
literalArg: style.css,
|
literalArg: style.css,
|
||||||
options: update({
|
options: update({
|
||||||
"-group": hive.name,
|
"-group": hive.name,
|
||||||
|
|||||||
Reference in New Issue
Block a user