diff --git a/theme/default/display.css b/theme/default/display.css index a28e12cbdc..438ca2c32e 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 f78c8066cb..227b5cfd73 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 ===== */