formatting update

This commit is contained in:
Cort Buffington 2017-02-17 09:25:38 -06:00
parent a86ba63d2d
commit 3063b35eb6
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def build_table():
NETWORK = read_dict()
if NETWORK != 'None':
stuff = 'Last Update: {}'.format(ctime())
stuff += '<style>table, td, th {border: .5px solid black;} td, td {padding: 2px;}</style>'
stuff += '<style>table, td, th {border: .5px solid black; padding: 2px; border-collapse: collapse}</style>'
for ipsc in NETWORK:
stat = NETWORK[ipsc]['MASTER']['STATUS']