diff --git a/static/css/main.css b/static/css/main.css index f5b5302..b94e928 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -281,3 +281,8 @@ input[type], button { font-weight: bold; font-size: 150%; } + +.negative { + color: red; + font-weight: bold; +} diff --git a/templates/select.hamlet b/templates/select.hamlet index 2711c6f..a68e80e 100644 --- a/templates/select.hamlet +++ b/templates/select.hamlet @@ -2,7 +2,7 @@ $doctype 5