commit 4161c61bc1e300af612f9e887b4e8e3c5d02b5d2 from: Bradley Taunt via: Omar Polo date: Fri Nov 22 18:16:56 2024 UTC gotwebd: fix styling diff from Bradley Taunt, thank you! commit - 33fc334f899c8aea40a606e250bd06010d094c1b commit + 4161c61bc1e300af612f9e887b4e8e3c5d02b5d2 blob - 00353393f3f7ebae2f27caeb27f572421a219f08 blob + 3f881e90d5ecea3d7f889b786f9b2ea999ede514 --- gotwebd/files/htdocs/gotwebd/gotweb.css +++ gotwebd/files/htdocs/gotwebd/gotweb.css @@ -272,9 +272,11 @@ header.subtitle h2 { overflow: hidden; vertical-align: middle; } +.index_wrapper .index_project { + font-weight: bold; +} .index_project { width: 20%; - font-weight: bold; text-decoration: underline; } .index_project_description { @@ -460,6 +462,7 @@ dd { .index_wrapper { display: flex; flex-wrap: wrap; + justify-content: flex-end; } .index_wrapper .index_project, .index_wrapper .index_project_description {