Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.com.git
index.php
</header>
+<nav>
+ <ul>
+ <li><a href="screenshots.html">screenshots</a></li>
+ <li><a href="https://www.youtube.com/playlist?list=PLB-WIt1cZYLm1MMx2FBG9KWzPIoWZMKu_">tutorials</a></li>
+ <li><a href="https://repo.autonoma.ca/keenwrite.git">sources</a></li>
+ <li><a href="docs/user-manual.pdf">documentation</a></li>
+ </ul>
+</nav>
+
<main>
<div class="downloads">
</p>
</main>
-
-<nav>
- <ul>
- <li><a href="screenshots.html">screenshots</a></li>
- <li><a href="https://www.youtube.com/playlist?list=PLB-WIt1cZYLm1MMx2FBG9KWzPIoWZMKu_">tutorials</a></li>
- <li><a href="https://repo.autonoma.ca/keenwrite.git">sources</a></li>
- <li><a href="docs/user-manual.pdf">documentation</a></li>
- </ul>
-</nav>
<footer>
styles/base.css
*/
header {
- margin: 2em 0;
margin-top: 1em;
-}
-
-header p {
- line-height: 1.5em;
}
/* Ensure the application title is large enough. */
header > img.title {
- width: 100%;
- max-width: 100%;
+ width: 55%;
+ max-width: 55%;
height: auto;
}
*/
nav {
- margin-top: 4em;
+ margin-top: 2em;
}

Moves nav to the top of page

Author Dave Jarvis <email>
Date 2025-08-27 18:04:38 GMT-0700
Commit 411d956385803e03ace5c49d73ba27f74312c67a
Parent 1066594
Delta 12 lines added, 17 lines removed, 5-line decrease