This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Add missing markup/styling
master
Gintas Grigelionis
7 years ago
parent
3ba058c3b5
commit
face306a1e
3 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
manual/Tasks/ftp.html
+1
-1
manual/Tasks/makeurl.html
+4
-0
manual/stylesheets/style.css
+ 1
- 1
manual/Tasks/ftp.html
View File
@@ -329,7 +329,7 @@ connection.</p>
<td>No</td>
</tr>
</table>
<h3>Note about remotedir attribute</h3>
<h3>Note about
<var>
remotedir
</var>
attribute</h3>
<table>
<thead>
<tr>
+ 1
- 1
manual/Tasks/makeurl.html
View File
@@ -32,7 +32,7 @@ supported; if present, these are turned into the URLs with the supplied <var>sep
them.</p>
<h3 id="attributes">Parameters</h3>
<table>
<tr>
<tr
class="attr"
>
<th>Attribute</th>
<th>Description</th>
<th>Type</th>
+ 4
- 0
manual/stylesheets/style.css
View File
@@ -94,6 +94,10 @@ h3 > code, h3 > samp {
font-size: 1.5rem;
}
h3 > var {
font-size: 1.125rem;
}
pre {
background-color: #efefef;
margin-right: 4rem;
Write
Preview
Loading…
Cancel
Save