diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-09 18:06:56 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-09 18:06:56 -0400 |
commit | 3f4ade4d0cfbe755a5d8f70ff627a95b43976933 (patch) | |
tree | cbb65fc5b97c634d1d6bf7330b765042acea1186 /theme/stoica/display.css | |
parent | 4ebfb8c5237891aa815a9c624280083548c56033 (diff) |
don't inline p's in the people list
darcs-hash:20080709220656-84dde-c094a14100363a98407ec622c1bba967fc75c51e.gz
Diffstat (limited to 'theme/stoica/display.css')
-rw-r--r-- | theme/stoica/display.css | 5 |
1 files changed, 0 insertions, 5 deletions
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 ===== */ |