JAL-4004 working templates and generated whatsNew.html and releases.html file for...
[jalview.git] / help / templates / releases.html
index 42ab3cc..806201f 100755 (executable)
 <title>Release History</title>
 <style>
 table, th, td {
-  border: solid #ccc 1px;
+  border: solid #cccccc 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 {
+  padding: 2;
+  margin-left: 18;
   list-style-type: square;
 }
 ul ul {
@@ -47,17 +39,16 @@ ul ul ul {
   list-style-type: disc;
 }
 li::marker {
-  color: hsla(193,100%,33%,.95);
+  color: #0084A8;
 }
 li {
-  padding-top: 0.25rem;
+  padding-bottom: 5;
 }
 th {
-  font-size: 125%;
-  margin: 0.1rem 0 0.3rem 0;
+  font-size: 110%;
   text-style: none;
   font-weight: bold;
-  padding: 0.5rem 1rem;
+  padding: 5;
 }
 .release {
   text-align: center;
@@ -68,7 +59,7 @@ th {
 }
 td {
   vertical-align: top;
-  padding: 0.5rem;
+  padding: 10;
 }
 td.release {
   width: 8%;
@@ -90,13 +81,13 @@ td.issues_resolved {
   </p>
   <table border="1">
     <tr>
-      <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>
+      <th class="release" width="8%" align="center" valign="top" nowrap><a id="Jalview.$$Version-Rel$$">Release</th>
+      <th class="new_features" width="46%" align="left" valign="top">New Features</th>
+      <th class="issues_resolved" width="46%" align="left" valign="top">Issues Resolved</th>
     </tr>
     <tr>
 __VERSION_LOOP_START__
-      <td class="release" align="left" valign="top" nowrap>
+      <td class="release" align="center" valign="top" nowrap>
         <strong>__VERSION_LINK__</strong>
         <br />
         <em>__DISPLAY_DATE__</em>