From 57baa0c0921e430cf1f597b4b4262ae3ea4f2e1f Mon Sep 17 00:00:00 2001
From: Lauri Tirkkonen
The only systems currently supported are amd64-based computers and virtual machines. @@ -63,7 +63,7 @@ snapshot. -
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.
-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.
-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