From db3690524c8915e0a7c6072b0a6c40e389e89151 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 20 Nov 2023 03:53:59 +0000 Subject: [PATCH] Switch from class selector "td.td-desc" to "td.desc" This class selector does not require duplicating "td" since it is already specific to the "td" element. --- about.html | 16 ++++++++-------- directory.html | 6 +++--- main.css | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/about.html b/about.html index 5c04218..bf618f2 100644 --- a/about.html +++ b/about.html @@ -1,7 +1,7 @@ - + @@ -241,7 +241,7 @@
Google Pixel - +

Google Pixel devices are the best Android devices available on the market @@ -371,7 +371,7 @@
Gentoo Linux - +

Gentoo Linux is a highly modular, source-based, Linux-based @@ -416,7 +416,7 @@
Chromium - +

Chromium is a highly secure web browser which is often ahead of other @@ -459,7 +459,7 @@
GrapheneOS - +

GrapheneOS is a security-hardened, privacy-hardened, @@ -517,7 +517,7 @@
Vanadium - +

Vanadium is a security-hardened, privacy-hardened Chromium-based @@ -549,7 +549,7 @@
Molly - +

Molly is a security-hardened, privacy-hardened @@ -598,7 +598,7 @@
Conversations - +

Conversations is a well-designed Android XMPP diff --git a/directory.html b/directory.html index 1871e90..fa24048 100644 --- a/directory.html +++ b/directory.html @@ -1,7 +1,7 @@ - + @@ -46,12 +46,12 @@ Inferencium xmpp://gojayi@muc.xmpp.inferencium.net?join - +

General Inferencium channel. All topics permitted, excluding NSFW. Multimedia prohibited.

- + No diff --git a/main.css b/main.css index b3bd1a1..bb524a3 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ /* Inferencium - Website - CSS - Main */ -/* Version: 11.2.0-alpha.5 */ +/* Version: 11.2.0-alpha.6 */ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ @@ -189,11 +189,11 @@ td { text-align: center; } -td.td-desc { +td.desc { text-align: left; } -td.td-red { +td.red { background-color: #e50000; }