diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | cf4410416cadd2cbd4906221392e2e5bc1dc918d (patch) | |
tree | 3fb3345ca8e9bcc8e5f33f19803beab88a0ea3a3 | |
parent | favicon (diff) | |
download | w-cf4410416cadd2cbd4906221392e2e5bc1dc918d.tar w-cf4410416cadd2cbd4906221392e2e5bc1dc918d.tar.gz w-cf4410416cadd2cbd4906221392e2e5bc1dc918d.tar.bz2 w-cf4410416cadd2cbd4906221392e2e5bc1dc918d.tar.xz w-cf4410416cadd2cbd4906221392e2e5bc1dc918d.zip |
line height
-rw-r--r-- | s/m.css | 8 | ||||
-rw-r--r-- | w/m.htm | 8 | ||||
-rw-r--r-- | wf/m.htm | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/s/m.css b/s/m.css index b395da8..65357d9 100644 --- a/s/m.css +++ b/s/m.css @@ -13,11 +13,11 @@ h1 h2 {font-size:105%; color:#AA7755; - padding-left:1.2%} + padding-left:.8%} h3 {font-size:105%; color:#847884; - padding-left:.3%} + padding-left:1.2%} a {font-size:102%; @@ -64,13 +64,15 @@ img{margin-left:4%} color:#EE9F00; border-left-style:solid; border-color:#847884; + line-height:1em; padding-left:2%} .tree -{font:400 72% mono; +{font:400 82% mono; color:#EE9F00; border-left-style:dotted; border-color:#847884; + line-height:1em; padding-left:2%} @media(prefers-color-scheme:light) diff --git a/w/m.htm b/w/m.htm index 93b2b19..4cd131b 100644 --- a/w/m.htm +++ b/w/m.htm @@ -89,10 +89,12 @@ working header and footer</p> /w - website /wf - WinForms </pre> + <h3>GET</h3> -<p>The source code is <a href="../gh/w"> -here</a> and you can get it with:</p><div class="sh"> -git clone http://github.com/porterswanstrom/w</div> +<p>The source code is <a href="../gh/w">here</a> +and you can get it with:</p><pre class="sh"> +git clone http://github.com/porterswanstrom/w +</pre> </div><div id="f"> diff --git a/wf/m.htm b/wf/m.htm index 8e13d3f..dbffc0e 100644 --- a/wf/m.htm +++ b/wf/m.htm @@ -33,8 +33,8 @@ paragraphs, headers, and non-inline links</li><br /></ol> <h2>SOURCE</h2> <p>The source code is <a href="../gh/wf"> -here</a> and you can get it with:</p><div class="sh"> -git clone http://github.com/porterswanstrom/wf</div><br /> +here</a> and you can get it with:</p><pre class="sh"> +git clone http://github.com/porterswanstrom/wf</pre> </div><div id="f"> |