diff options
author | louise <louise> | 2009-09-03 13:36:47 +0000 |
---|---|---|
committer | louise <louise> | 2009-09-03 13:36:47 +0000 |
commit | 07911d4a2ce3e657f3d8a6ac47d18a1a4fa2e437 (patch) | |
tree | d920bbd10eaf27a37489c918d42e8e243b3b0bf4 /web/css | |
parent | c099781324cfb2a973a34fa5ca2e8a6011ed0ce2 (diff) |
Let emails contain correct urls in the case of subdomains, change error style from id to class as can appear more than once
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/css/core.css b/web/css/core.css index ce034ad61..27201bfb8 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -44,7 +44,7 @@ dt { background-color: #cccccc; } -p#error { +p.error { text-align: center; color: #cc0000; font-size: larger; |