commit 060e4bc5aff897f77640114eac72635dcd4e4f67 from: Omar Polo via: Thomas Adam date: Thu Nov 14 16:16:05 2024 UTC make gotwebd.css styling consistent across all window sizes Patch by op@, who is at the wrong computer right now commit - 8e44806733c74485c2f87f9f3b3370d43f0f1e1b commit + 060e4bc5aff897f77640114eac72635dcd4e4f67 blob - 47dfcc3fabd6c2bfc3708182b1c3592ef607e8ba blob + 00353393f3f7ebae2f27caeb27f572421a219f08 --- gotwebd/files/htdocs/gotwebd/gotweb.css +++ 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; @@ -462,14 +465,9 @@ dd { .index_wrapper .index_project_description { 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 {