diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-07-08 15:19:41 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-07-08 15:19:41 -0400 |
| commit | 927b448cd31ff2c86db249ea4b49e32d3b9be9a5 (patch) | |
| tree | 923c1cad52de7da49c202f5004dea17b4adbe735 /public | |
| parent | df422f13c0cff09a2fda689220b34116e50c233e (diff) | |
WIP layout changes, CSS minor tweaks
Diffstat (limited to 'public')
| -rw-r--r-- | public/images/openbsd-kde-desktop.png | bin | 0 -> 1515045 bytes | |||
| -rw-r--r-- | public/style.css | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/public/images/openbsd-kde-desktop.png b/public/images/openbsd-kde-desktop.png Binary files differnew file mode 100644 index 0000000..ed1bca6 --- /dev/null +++ b/public/images/openbsd-kde-desktop.png diff --git a/public/style.css b/public/style.css index 9cb4b9a..8214030 100644 --- a/public/style.css +++ b/public/style.css @@ -4,7 +4,7 @@ body { font-family: Arial, Verdana, sans-serif; - line-height: 1.6; + line-height: 1.4; margin: 0 auto; max-width: 780px; padding: 0 1em; @@ -55,11 +55,11 @@ header { font-size: 95%; margin: 1rem 0; } -header nav ul { +nav ul { list-style: none; padding: 0; } -header nav ul li { +nav ul li { display: inline-block; margin: 0 15px 0 0; } @@ -212,4 +212,4 @@ footer > p { blockquote { color: lightgoldenrodyellow; } -}
\ No newline at end of file +} |
