From 060e4bc5aff897f77640114eac72635dcd4e4f67 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 12 Nov 2024 12:26:08 +0000 Subject: [PATCH] make gotwebd.css styling consistent across all window sizes Patch by op@, who is at the wrong computer right now --- gotwebd/files/htdocs/gotwebd/gotweb.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gotwebd/files/htdocs/gotwebd/gotweb.css b/gotwebd/files/htdocs/gotwebd/gotweb.css index 47dfcc3f..00353393 100755 --- a/gotwebd/files/htdocs/gotwebd/gotweb.css +++ b/gotwebd/files/htdocs/gotwebd/gotweb.css @@ -274,6 +274,8 @@ header.subtitle h2 { } .index_project { width: 20%; + font-weight: bold; + text-decoration: underline; } .index_project_description { width: 30%; @@ -283,6 +285,7 @@ header.subtitle h2 { } .index_project_age { width: 25%; + opacity: 0.7; } .index_project a { color: #444444; @@ -463,13 +466,8 @@ dd { padding-bottom: 0; width: 100%; } - .index_wrapper .index_project { - font-weight: bold; - text-decoration: underline; - } .index_wrapper .index_project_owner, .index_wrapper .index_project_age { - opacity: 0.7; width: 50%; } .index_wrapper .index_project_age { -- 2.11.4.GIT