diff options
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/layouts/default.html.ep | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index 98b151e..a755388 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -13,6 +13,12 @@ font-family: Sans-Serif; } + span.error { + font-size: 150%; + font-weight: bold; + color: #dd0000; + } + div.outer { border: 0.2em solid #000066; width: 55em; @@ -197,7 +203,7 @@ <% if (my $error = stash 'error') { %> <p> - Error: <%= $error %><br/> + <span class="error">Error</span>: <%= $error %><br/> </p> <% } %> |