Commit b492b65d authored by Vincent Pelletier's avatar Vincent Pelletier

Spaces between css rules.

parent 33bbaf49
...@@ -525,8 +525,8 @@ def main(): ...@@ -525,8 +525,8 @@ def main():
'table.stats { border-collapse: collapse; } ' 'table.stats { border-collapse: collapse; } '
'.problem { background-color: #f00; color: white; } ' '.problem { background-color: #f00; color: white; } '
'.warning { background-color: #f80; color: white; } ' '.warning { background-color: #f80; color: white; } '
'h1 { background-color: #ccc; }' 'h1 { background-color: #ccc; } '
'h2 { background-color: #eee; }' 'h2 { background-color: #eee; } '
'</style>') '</style>')
for script in ('jquery.js', 'jquery.flot.js', 'jquery.flot.time.js', for script in ('jquery.js', 'jquery.flot.js', 'jquery.flot.time.js',
'main.js'): 'main.js'):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment