aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
authorlouise <louise>2009-09-03 13:36:47 +0000
committerlouise <louise>2009-09-03 13:36:47 +0000
commit07911d4a2ce3e657f3d8a6ac47d18a1a4fa2e437 (patch)
treed920bbd10eaf27a37489c918d42e8e243b3b0bf4 /web/css
parentc099781324cfb2a973a34fa5ca2e8a6011ed0ce2 (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.css2
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;