commit - 33fc334f899c8aea40a606e250bd06010d094c1b
commit + 4161c61bc1e300af612f9e887b4e8e3c5d02b5d2
blob - 00353393f3f7ebae2f27caeb27f572421a219f08
blob + 3f881e90d5ecea3d7f889b786f9b2ea999ede514
--- gotwebd/files/htdocs/gotwebd/gotweb.css
+++ gotwebd/files/htdocs/gotwebd/gotweb.css
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 {
.index_wrapper {
display: flex;
flex-wrap: wrap;
+ justify-content: flex-end;
}
.index_wrapper .index_project,
.index_wrapper .index_project_description {