diff --git a/manual/Tasks/ftp.html b/manual/Tasks/ftp.html index 48c74eb24..c48e3d07a 100644 --- a/manual/Tasks/ftp.html +++ b/manual/Tasks/ftp.html @@ -329,7 +329,7 @@ connection.
Attribute | Description | Type | diff --git a/manual/stylesheets/style.css b/manual/stylesheets/style.css index 187953a8e..37ad35ebc 100644 --- a/manual/stylesheets/style.css +++ b/manual/stylesheets/style.css @@ -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;
---|