JAL-4004 cosmetic improvements for Java documentation renderer
[jalview.git] / help / templates / releases.html
index 806201f..aa35873 100755 (executable)
@@ -30,13 +30,13 @@ table, th, td {
 ul {
   padding: 2;
   margin-left: 18;
-  list-style-type: square;
+  list-style-type: disc;
 }
 ul ul {
   list-style-type: circle;
 }
 ul ul ul {
-  list-style-type: disc;
+  list-style-type: square;
 }
 li::marker {
   color: #0084A8;
@@ -45,7 +45,7 @@ li {
   padding-bottom: 5;
 }
 th {
-  font-size: 110%;
+  font-size: 100%;
   text-style: none;
   font-weight: bold;
   padding: 5;
@@ -59,7 +59,7 @@ th {
 }
 td {
   vertical-align: top;
-  padding: 10;
+  padding: 2;
 }
 td.release {
   width: 8%;
@@ -67,6 +67,7 @@ td.release {
   text-style: italic;
   text-overflow: ellipsis;
   white-space: nowrap;
+  padding-top: 15;
 }
 td.new_features,
 td.issues_resolved {