diff options
author | Bradley Taunt <bt@btxx.org> | 2024-09-30 08:31:13 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-09-30 08:31:13 -0400 |
commit | 887528484342feeea130ebb282d19cfb35324e9b (patch) | |
tree | e76c5acb6626326773c75b1803d20d1f0e07416a /header.html | |
parent | 80caeb4f133b1ff05447c9cdd07d0fba7469c0a2 (diff) |
Update wruby styling, README and homepage links, content updates
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/header.html b/header.html index 24e5d50..c802fd1 100644 --- a/header.html +++ b/header.html @@ -7,14 +7,11 @@ <link rel="icon" href="data:,"> <title>{{TITLE}}</title> <link href="https://jsfree.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> - <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 -auto;max-width:650px;padding:1rem;}blockquote{border-left:4px - solid;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.posts,#menu{list-style:none;padding:0;}.posts li{margin-bottom:8px;}.posts li span{display:block;font-size:90%;}#menu li{display:inline-block;margin-right:8px;}.footnotes{font-size:90%;}abbr{background:yellow;color:blue;cursor:help;}nav a.menu{float:right;}.logo{display:block;max-width:60px;}</style> + <link rel="stylesheet" href="/public/style.css"> </head> <nav> - <a class="menu" href="#menu">Menu ↓</a> - <a href="/"><img class="logo" src="/public/images/jsfree-logo.jpg" alt="jsfree logo"></a> + <a href="/"><img class="logo" src="/public/images/jsfree-logo.jpg" alt="jsfree logo"></a><a class="menu" href="#menu">Menu ↓</a> </nav> <main> |