From b66a62175a2b83928b5f52077def712248e999e1 Mon Sep 17 00:00:00 2001 From: gbmor Date: Wed, 20 May 2020 02:45:55 -0400 Subject: [PATCH] reverted nav bar to rectangular buttons. changed summary text on index. --- index.php | 7 +++---- tilde.css | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index aae3fdc..081f88b 100755 --- a/index.php +++ b/index.php @@ -6,7 +6,7 @@ - tilde.institute :: Public-access OpenBSD machine + tilde.institute :: Public-access OpenBSD system @@ -15,10 +15,9 @@
-

Welcome to tilde.institute, a public-access machine in the tildeverse. This is a space for people to +

Welcome to tilde.institute, a public-access UNIX system running OpenBSD. This is a space for people to explore the OpenBSD operating system, in addition to exploring the more social - aspects of a multi-user UNIX system.

+ aspects of a multi-user UNIX system. Gopher and web space, IRC, games, and more are available!

User sites are accessible via https://<user>.tilde.institute

A list of user gopherholes is available at gopher://tilde.institute

diff --git a/tilde.css b/tilde.css index f187bef..16f1f09 100644 --- a/tilde.css +++ b/tilde.css @@ -23,7 +23,6 @@ body { width: 100%; } #navigation td { - border-radius: 1.0rem; text-align: center; vertical-align: center; height: 1.5em;