]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/mobile/status/index.mako
Right align total debit/credit on status pages
[bluechips.git] / bluechips / templates / mobile / status / index.mako
index 8f7ca0d07a5ec0d029ac859cadd9af57fe510a11..55dc7929cdec29a3c807d7d8ca00348c2240191a 100644 (file)
@@ -30,7 +30,7 @@ ${self.tabs('status')}
               You owe the group:
             % endif
           </th>
-          <th>${abs(c.net)}</th>
+          <th class="amount">${abs(c.net)}</th>
         </tr>
       % endif
     </table>