Commit Diff


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 {