mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 23:15:45 +01:00
all help converted to asciidoc, now only somebody needs to file them in the correct place.
New vimperator.util.generateHelp(command) for generating asciidoc added.
This commit is contained in:
@@ -27,6 +27,7 @@ HEADER=<span style="float: right; padding-top: 10px;"><form action="https://www.
|
||||
\[arg1\]=<span class="argument">[arg1]</span>
|
||||
\[arg2\]=<span class="argument">[arg2]</span>
|
||||
\[url\]=<span class="argument">[url]</span>
|
||||
\[file\]=<span class="argument">[file]</span>
|
||||
\[!\]=<span class="argument">[!]</span>
|
||||
|
||||
# [macros]
|
||||
|
||||
@@ -4,13 +4,13 @@ HEADER
|
||||
|
||||
Vimperator can repeat a number of commands or record macros...
|
||||
|
||||
section:Macros[macros]
|
||||
section:Macros[+++macros+++]
|
||||
|
||||
TO BE WRITTEN...
|
||||
|
||||
|
||||
More commands:
|
||||
section:Profiling[profiling]
|
||||
|
||||
:time
|
||||
:time ...
|
||||
|
||||
// vim: set syntax=asciidoc:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -290,7 +290,7 @@ span.tag, span.hiddentag {
|
||||
font-weight: bold;
|
||||
color: rgb(255, 0, 255); /* magenta */
|
||||
padding-left: 15px;
|
||||
padding-top: -5px;
|
||||
/*padding-top: -5px;*/
|
||||
float: right;
|
||||
}
|
||||
/* inside a table cell means this tag is part of a section */
|
||||
@@ -330,5 +330,5 @@ fieldset.paypal {
|
||||
}
|
||||
.quoteblock {
|
||||
margin-left: 140px;
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user