JAL-4004 gradle releasesTemplates builds releases.html
[jalview.git] / help / templates / releases.html
index d90514f..42ab3cc 100755 (executable)
 <head>
 <title>Release History</title>
 <style>
-ul {
-       /* remove bullets, narrower indent */
-       list-style-type: none;
-       margin: 0;
-       padding-left: 10px;
-       padding-bottom: 4px;
+table, th, td {
+  border: solid #ccc 1px;
+  border-collapse: collapse;
+}
+h3 {
+  font-size: 110%;
+  margin: 0.1rem 0 0.1rem 0;
+  font-style: italic;
 }
 
+ul {
+  padding-left: 1rem;
+  padding-bottom: 0.25rem;
+}
+ul {
+  list-style-type: square;
+}
+ul ul {
+  list-style-type: circle;
+}
+ul ul ul {
+  list-style-type: disc;
+}
+li::marker {
+  color: hsla(193,100%,33%,.95);
+}
 li {
-       /* separate the items from eachother */
-       margin-left: -3px;
-       padding-bottom: 3px;
-       padding-left: 6px;
+  padding-top: 0.25rem;
 }
-
-li:before {
-       /*   doesnt get processed in javahelp */
-       content: '\00b7 ';
-       padding: 3px;
-       margin-left: -14px;
+th {
+  font-size: 125%;
+  margin: 0.1rem 0 0.3rem 0;
+  text-style: none;
+  font-weight: bold;
+  padding: 0.5rem 1rem;
+}
+.release {
+  text-align: center;
+}
+.new_features,
+.issues_resolved {
+  text-align: left;
+}
+td {
+  vertical-align: top;
+  padding: 0.5rem;
+}
+td.release {
+  width: 8%;
+  font-weight: bold;
+  text-style: italic;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+td.new_features,
+td.issues_resolved {
+  width: 46%;
+  text-align: left;
 }
 </style>
 </head>
@@ -52,20 +90,22 @@ li:before {
   </p>
   <table border="1">
     <tr>
-      <th nowrap><a id="Jalview.$$Version-Rel$$"><em>Release</em></th>
-      <th><em>New Features</em></th>
-      <th><em>Issues Resolved</em></th>
+      <th class="release" align="center" valign="top" nowrap><a id="Jalview.$$Version-Rel$$">Release</th>
+      <th class="new_features" align="left" valign="top">New Features</th>
+      <th class="issues_resolved" align="left" valign="top">Issues Resolved</th>
     </tr>
     <tr>
 __VERSION_LOOP_START__
-      <td width="60" align="center" nowrap><strong><a
-          id="Jalview.__BRANCH_VERSION__">__BRANCH_VERSION__</a><a id="Jalview.__VERSION__">__MINOR_VERSION__</a><br />
-          <em>__DISPLAY_DATE__</em></strong></td>
-      <td align="left" valign="top">
+      <td class="release" align="left" valign="top" nowrap>
+        <strong>__VERSION_LINK__</strong>
+        <br />
+        <em>__DISPLAY_DATE__</em>
+      </td>
+      <td class="new_features" align="left" valign="top">
 __NEW_FEATURES__
       </td>
-      <td align="left" valign="top">
-__KNOWN_ISSUES__
+      <td class="issues_resolved" align="left" valign="top">
+__ISSUES_RESOLVED__
       </td>
     </tr>
 __VERSION_LOOP_END__