diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-02-26 07:44:48 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-02-26 07:44:48 +0000 |
commit | a543c161669fc0d73387163be574c0c2a3707177 (patch) | |
tree | ccaed8fef96cec0ca06b30b77f11a5867c2be0f8 | |
parent | 91dfef65afb8662d9313265f690f24e5a42642b8 (diff) | |
download | brdo-a543c161669fc0d73387163be574c0c2a3707177.tar.gz brdo-a543c161669fc0d73387163be574c0c2a3707177.tar.bz2 |
- Small CSS improvement.
-rw-r--r-- | themes/xtemplate/xtemplate.css | 4 |
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; |