diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-09 18:04:46 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-09 18:04:46 -0400 |
commit | 4ebfb8c5237891aa815a9c624280083548c56033 (patch) | |
tree | 71381f0e5fbf82d9b7d80c92eb800fc662a25a7f /theme/stoica | |
parent | 0506a7265d72c1133b4585e68c9168ff0a6a3336 (diff) |
add some CSS for the people lists
darcs-hash:20080709220446-84dde-2cc813b2a781a641cc73482599479c3be6496a09.gz
Diffstat (limited to 'theme/stoica')
-rw-r--r-- | theme/stoica/display.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index fb300326a..f78c8066c 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -594,4 +594,26 @@ input#openid_url { padding-left: 24px; } +/* People lists (search results, maybe subscribers) */ + +.profile_single { + clear: both; + display: block; + margin: 0; + padding: 5px 5px 5px 0; + min-height: 48px; + font-family: Georgia, "Times New Roman", Times, serif; + font-size: 13px; + line-height: 16px; + border-bottom: 1px solid #D8E2D7; + } +.profile_single:hover { + background-color: #F3F8EA; + } +.profile_single p { + display: inline; + margin: 0; + padding: 0; + } + /* ===== End Forms Styling ===== */ |