diff options
Diffstat (limited to 'iss/templates/passes.html')
| -rw-r--r-- | iss/templates/passes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iss/templates/passes.html b/iss/templates/passes.html index 5e4ce06..63ef325 100644 --- a/iss/templates/passes.html +++ b/iss/templates/passes.html @@ -28,7 +28,7 @@ <th>Azimuth</th> </tr> <tr class="pa1" v-for="pred in localizedPredictions"> - <td>[[ pred.length ]]</td> + <td class="f5">[[ pred.length_mins ]]</td> <td>[[ pred.date ]]</td> <td>[[ pred.rise.time ]]</td> <td> @@ -40,7 +40,7 @@ <span class="f4">[[ pred.culminate.direction ]]</span> <span class="f6 mid-gray">[[ pred.culminate.azimuth ]]</span> </td> - <td>[[ pred.culminate.degrees ]]</td> + <td class="f4">[[ pred.culminate.degrees ]]</td> <td>[[ pred.culminate.distance ]]</td> <td>[[ pred.set.time ]]</td> <td> |
