diff options
Diffstat (limited to 'theme/default/display.css')
-rw-r--r-- | theme/default/display.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/theme/default/display.css b/theme/default/display.css index 438ca2c32..5ba7edc25 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -569,6 +569,19 @@ input#openid_url { /* for people lists */ +#profiles { + clear: both; + margin: 0 auto; + padding: 0; + list-style-type: none; + width: 540px; + border-top: 1px solid #dec5b5; + /*border: 1px solid #F00;*/ + } +#profiles a:hover { + text-decoration: underline; + } + .profile_single { clear: both; display: block; |