summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-02-26 07:44:48 +0000
committerDries Buytaert <dries@buytaert.net>2003-02-26 07:44:48 +0000
commita543c161669fc0d73387163be574c0c2a3707177 (patch)
treeccaed8fef96cec0ca06b30b77f11a5867c2be0f8
parent91dfef65afb8662d9313265f690f24e5a42642b8 (diff)
downloadbrdo-a543c161669fc0d73387163be574c0c2a3707177.tar.gz
brdo-a543c161669fc0d73387163be574c0c2a3707177.tar.bz2
- Small CSS improvement.
-rw-r--r--themes/xtemplate/xtemplate.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css
index 65ad4c610..787537bed 100644
--- a/themes/xtemplate/xtemplate.css
+++ b/themes/xtemplate/xtemplate.css
@@ -72,6 +72,10 @@ img {
padding: 10px 10px 10px 10px;
color: #fff;
}
+#message a, #message a:visited {
+ color: #9cf;
+ font-weight:bold;
+}
#main {
margin: 10px 10px 10px 10px;
padding: 15px 15px 0px 15px;