Commit Diff


commit - c6e8fee78b3ddd7e4770443ec0ee14446d63790f
commit + 7aac6ab270b58010a2933a37114bafb752ca4a43
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 {