diff --git a/about.xhtml b/about.xhtml index 37decc2..5fe92f4 100644 --- a/about.xhtml +++ b/about.xhtml @@ -1,7 +1,7 @@ - + @@ -460,6 +460,12 @@

Smartphone

+ + + + + + @@ -582,6 +588,12 @@

PC

Type
+ + + + + + @@ -661,6 +673,12 @@

Smartphone

Type
+ + + + + + diff --git a/directory.xhtml b/directory.xhtml index 4dbb944..e31bb01 100644 --- a/directory.xhtml +++ b/directory.xhtml @@ -1,7 +1,7 @@ - + @@ -42,7 +42,15 @@

For assistance within any channel, contact a moderator of the channel. If an issue is related to a moderator, contact an administrator; administrators should not be contacted unless the issue cannot be resolved by a moderator.

-
Type
+
+
+ + + + + + + @@ -172,6 +180,7 @@
Name
+
Sitemap
diff --git a/main.css b/main.css index f930a4c..fd730cb 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ /* Inferencium - Website - CSS - Main */ -/* Version: 12.0.0 */ +/* Version: 12.0.1-alpha.1 */ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ @@ -124,6 +124,10 @@ td.desc { text-align: left; } +td.desc-small { + text-align: left; +} + td.green { background-color: #00a70a } @@ -132,6 +136,18 @@ td.red { background-color: #e50000; } +colgroup col.small { + width: 10%; +} + +colgroup col.med { + width: 15%; +} + +colgroup col.lrg { + width: 65%; +} + /* Image */ img.avatar { @@ -258,6 +274,14 @@ div.sitemap-small { text-align: center; } + table { + width: 200vw; + } + + table.lrg { + width: 300vw; + } + }