From 2fdafa85af06d60dc6eb2c9cc6cd8d6a39a6e2ef Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 9 Jul 2008 18:08:56 -0400 Subject: list of profiles darcs-hash:20080709220856-84dde-f3fc0fa4c5c37c66cf4d27b2d9e8f50d696e94ce.gz --- theme/default/display.css | 13 +++++++++++++ theme/stoica/display.css | 13 +++++++++++++ 2 files changed, 26 insertions(+) (limited to 'theme') 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; 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; -- cgit v1.2.3-54-g00ecf