diff options
-rw-r--r-- | theme/default/display.css | 5 | ||||
-rw-r--r-- | theme/stoica/display.css | 5 |
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 ===== */ |