diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-03-20 19:39:45 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-03-20 19:39:45 +0000 |
commit | 297dc76df053831fd4a59718cac91a6b0d1921a4 (patch) | |
tree | 5e11f6232d58c77a8d67cdf0243e0d522777635a | |
parent | 994d9cf55d7554023bfa8c3358016c54f7cba4ed (diff) | |
download | brdo-297dc76df053831fd4a59718cac91a6b0d1921a4.tar.gz brdo-297dc76df053831fd4a59718cac91a6b0d1921a4.tar.bz2 |
- Small visual improvement to the profile pages. I'm still not happy with
it and looking forward for some help.
-rw-r--r-- | themes/xtemplate/default/xtemplate.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/xtemplate/default/xtemplate.css b/themes/xtemplate/default/xtemplate.css index 1200ddca2..b2a222563 100644 --- a/themes/xtemplate/default/xtemplate.css +++ b/themes/xtemplate/default/xtemplate.css @@ -297,6 +297,12 @@ table { padding-top: 0.7em; font-size: 0.9em; } +#profile .profile { + clear: both; + border: 1px solid #abc; + padding: .5em; + margin: 1em 0em 1em 0em; +} .block-forum h3 { margin-bottom: .5em; } |