diff options
-rw-r--r-- | s/m.css | 7 | ||||
-rw-r--r-- | w/m.htm | 26 |
2 files changed, 17 insertions, 16 deletions
diff --git a/s/m.css b/s/m.css index 23b8340..d724abf 100644 --- a/s/m.css +++ b/s/m.css @@ -62,16 +62,15 @@ img{margin-left:4%} color:#EE9F00; border-left-style:solid; border-color:#847884; - line-height:1em; + line-height:1.3em; padding-left:2%} .tree {font:400 82% mono; color:#EE9F00; - border-left-style:dotted; border-color:#847884; - line-height:1em; - padding-left:2%} + line-height:1.3em; + padding-left:5%} @media(prefers-color-scheme:light) {html,body diff --git a/w/m.htm b/w/m.htm index 7fe2ce6..eba2359 100644 --- a/w/m.htm +++ b/w/m.htm @@ -77,23 +77,25 @@ working header and footer</p> <h2>SOURCE</h2> <h3>TREE</h3> -<pre class="tree"> -/ - home -/e - error -/gh - GitHub -/gh/w - website GitHub -/gh/wf - WinForms GitHub -/i - images -/p - projects -/s - CSS styles -/w - website -/wf - WinForms -</pre> +<ul class="tree"> +<li>/ - home</li> +<li>/e - error</li> +<li>/gh - GitHub</li> +<li>/gh/w - website GitHub</li> +<li>/gh/wf - WinForms GitHub</li> +<li>/i - images</li> +<li>/p - projects</li> +<li>/s - CSS styles</li> +<li>/w - website</li> +<li>/wf - WinForms</li> +</ul> <h3>GET</h3> <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 +git clone http://github.com/porterswanstrom/w +git clone http://github.com/porterswanstrom/w </pre> </div><div id="f"> |