mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 04:45:45 +01:00
swapped :help and :Help, if you don't find yet help in :help, try :Help, and convert it to asciidoc
This commit is contained in:
@@ -39,9 +39,9 @@ HEADER=<span style="float: right; padding-top: 10px;"><form action="https://www.
|
||||
[section-inlinemacro]
|
||||
<table style="border-bottom: 1px solid silver; width: 100%">
|
||||
<tr width="100%"><td width="50%"><h2>{target}</h2></td><td width="50%">
|
||||
{3? <a id="{3}"/><span class="tag section">{3}</span>}
|
||||
{2? <a id="{2}"/><span class="tag section">{2}</span>}
|
||||
{1? <a id="{1}"/><span class="tag section">{1}</span>}
|
||||
{3? <a id="{3}"/><span class="tag">{3}</span>}
|
||||
{2? <a id="{2}"/><span class="tag">{2}</span>}
|
||||
{1? <a id="{1}"/><span class="tag">{1}</span>}
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ ________________________________________________________________________________
|
||||
section:Opening{nbsp}web{nbsp}pages[opening]
|
||||
|
||||
|o| |:o| |:open|
|
||||
||:o[pen] [arg1], [arg2], ...|| +
|
||||
||:o[pen][!] [arg1], [arg2], ...|| +
|
||||
||o||
|
||||
________________________________________________________________________________
|
||||
Open one or more URLs in the current tab.
|
||||
@@ -63,7 +63,7 @@ ________________________________________________________________________________
|
||||
|
||||
|
||||
|t| |:t| |:tabopen|
|
||||
||:tabopen [arg1], [arg2], ...|| +
|
||||
||:tabopen[!] [arg1], [arg2], ...|| +
|
||||
||t||
|
||||
________________________________________________________________________________
|
||||
Just like help::open[browsing.html,:open], but opens the resulting web page(s)
|
||||
@@ -73,7 +73,7 @@ ________________________________________________________________________________
|
||||
|
||||
|
||||
|w| |:w| |:winopen|
|
||||
||:winopen [arg1], [arg2], ...|| +
|
||||
||:winopen[!] [arg1], [arg2], ...|| +
|
||||
________________________________________________________________________________
|
||||
Just like help::open[browsing.html,:open], but opens the resulting web page(s)
|
||||
in a new window.
|
||||
|
||||
@@ -7,6 +7,11 @@ span.strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #4A708B;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body blockquote {
|
||||
margin-top: .75em;
|
||||
line-height: 1.5;
|
||||
@@ -288,9 +293,9 @@ span.tag, span.hiddentag {
|
||||
padding-top: -5px;
|
||||
float: right;
|
||||
}
|
||||
span.section {
|
||||
/*margin-top: 20px !important; /* NOTE: needs change when you change <h2>'s margin */
|
||||
margin-bottom: 0px;
|
||||
/* inside a table cell means this tag is part of a section */
|
||||
td span.tag {
|
||||
padding-top: 25px !important;
|
||||
}
|
||||
|
||||
div.key {
|
||||
|
||||
Reference in New Issue
Block a user