commit 0e1d99b70d096dc74c53436437b7836ed9189543 from: Omar Polo via: Stefan Sperling date: Tue Nov 12 12:26:08 2024 UTC make gotwebd.css styling consistent across all window sizes Patch by op@, who is at the wrong computer right now commit - 42300e501b05cf157853de0eaf4a4d5360b0793f commit + 0e1d99b70d096dc74c53436437b7836ed9189543 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 {