diff options
Diffstat (limited to 'index.htm.tmpl')
| -rw-r--r-- | index.htm.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/index.htm.tmpl b/index.htm.tmpl index 462f744..e545845 100644 --- a/index.htm.tmpl +++ b/index.htm.tmpl @@ -8,6 +8,14 @@ table, th, td { border: 1px solid #abb2bf; } + +.up { + background-color: green; +} + +.down { + background-color: red; +} </style> </head> |
