mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 10:04:12 +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>
|
||||
<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>
|
||||
<p>
|
||||
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) ({
|
||||
command: "style",
|
||||
arguments: [style.sites.join(",")],
|
||||
bang: true,
|
||||
literalArg: style.css,
|
||||
options: update({
|
||||
"-group": hive.name,
|
||||
|
||||
Reference in New Issue
Block a user