From 57baa0c0921e430cf1f597b4b4262ae3ea4f2e1f Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Tue, 9 Apr 2019 16:28:14 +0300 Subject: [PATCH] more css tweaks - make subheadings h3; h2 seems identical size to h1 - don't insist on microsoft fonts --- index.html | 8 ++++---- main.css | 9 +++------ 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 07134f7..0575723 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ UNIX System V Release 4. It is intended as a modern Unix operating system for developers by developers; it comes with ZFS, DTrace, Crossbow and more.

-

Download & Installation

+

Download & Installation

The only systems currently supported are amd64-based computers and virtual machines. @@ -63,7 +63,7 @@ snapshot. -

IRC & Mailing Lists

+

IRC & Mailing Lists

You can find us in #unleashed on Freenode. @@ -82,7 +82,7 @@ Security sensitive information can be sent to wish, you may encrypt your message with Jeff's PGP key.

-

Contributing

+

Contributing

If you want to make Unleashed better, send us a patch, an email, or join us on IRC! We don't have mandatory code review or any other convoluted processes; @@ -101,7 +101,7 @@ The source code itself is split across several git repositories: The steps to build each vary, but they are documented in each repository's top-level README.

-

Documentation

+

Documentation

Aside from the typical set of man pages, there is a docs directory diff --git a/main.css b/main.css index 4a29fc3..c9a2191 100644 --- a/main.css +++ b/main.css @@ -9,19 +9,16 @@ main { } body { - font-family: Times, "Times New Roman", "Liberation Serif", serif; + font-family: serif; } h1, h2, h3, h4, h5, h6 { - font-family: Helvetica, Arial, "Liberation Sans", sans-serif; -} - -h1, h2 { + font-family: sans-serif; border-bottom: 1pt solid black; } code { - font-family: Courier, "Courier New", "Liberation Mono", monospace; + font-family: monospace; } @media screen { -- 2.11.4.GIT