summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-09 18:06:56 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-09 18:06:56 -0400
commit3f4ade4d0cfbe755a5d8f70ff627a95b43976933 (patch)
treecbb65fc5b97c634d1d6bf7330b765042acea1186 /theme
parent4ebfb8c5237891aa815a9c624280083548c56033 (diff)
don't inline p's in the people list
darcs-hash:20080709220656-84dde-c094a14100363a98407ec622c1bba967fc75c51e.gz
Diffstat (limited to 'theme')
-rw-r--r--theme/default/display.css5
-rw-r--r--theme/stoica/display.css5
2 files changed, 0 insertions, 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 ===== */