diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-09 18:08:56 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-09 18:08:56 -0400 |
commit | 2fdafa85af06d60dc6eb2c9cc6cd8d6a39a6e2ef (patch) | |
tree | a867ddb93360146e0131949d2b7b8855994030a9 /theme/stoica/display.css | |
parent | 3f4ade4d0cfbe755a5d8f70ff627a95b43976933 (diff) |
list of profiles
darcs-hash:20080709220856-84dde-f3fc0fa4c5c37c66cf4d27b2d9e8f50d696e94ce.gz
Diffstat (limited to 'theme/stoica/display.css')
-rw-r--r-- | theme/stoica/display.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 227b5cfd7..dd9ebee91 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -596,6 +596,19 @@ input#openid_url { /* People lists (search results, maybe subscribers) */ +#profiles { + clear: both; + margin: 0 auto; + padding: 0; + list-style-type: none; + width: 540px; + border-top: 1px solid #D8E2D7; + /*border: 1px solid #F00;*/ + } +#profiles a:hover { + text-decoration: underline; + } + .profile_single { clear: both; display: block; |