diff options
| author | Yuval Adam <_@yuv.al> | 2020-10-01 19:11:49 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-10-01 19:11:49 +0300 |
| commit | d2e887e5794fa984f977043e757796dc2a10d91c (patch) | |
| tree | eb621019a6d873766d2004c6cc4f38a33962121b | |
| parent | 27b559760cef7bee9e1aef0e9eee69a21ad1f641 (diff) | |
Header align left
| -rw-r--r-- | iss/templates/passes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iss/templates/passes.html b/iss/templates/passes.html index c3d868c..d89dbef 100644 --- a/iss/templates/passes.html +++ b/iss/templates/passes.html @@ -8,7 +8,7 @@ <div id="passes"> <p class="f3">Passes for {{ location.lat }}, {{ location.lng }}</p> <table class="tl pa1 w-100"> - <tr class=" tc pa1 f3"> + <tr class="pa1 f3"> <th colspan="1">Total</th> <th colspan="2">Rise</th> <th colspan="4">Culminate</th> |
