From 3f4ade4d0cfbe755a5d8f70ff627a95b43976933 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 9 Jul 2008 18:06:56 -0400 Subject: don't inline p's in the people list darcs-hash:20080709220656-84dde-c094a14100363a98407ec622c1bba967fc75c51e.gz --- theme/default/display.css | 5 ----- theme/stoica/display.css | 5 ----- 2 files changed, 10 deletions(-) diff --git a/theme/default/display.css b/theme/default/display.css index a28e12cbd..438ca2c32 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -583,11 +583,6 @@ input#openid_url { .profile_single:hover { background-color: #f7ebcc; } -.profile_single p { - display: inline; - margin: 0; - padding: 0; - } /* ===== End Forms Styling ===== */ diff --git a/theme/stoica/display.css b/theme/stoica/display.css index f78c8066c..227b5cfd7 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -610,10 +610,5 @@ input#openid_url { .profile_single:hover { background-color: #F3F8EA; } -.profile_single p { - display: inline; - margin: 0; - padding: 0; - } /* ===== End Forms Styling ===== */ -- cgit v1.2.3-54-g00ecf