From: Matt Lee Date: Mon, 29 Nov 2010 19:59:19 +0000 (-0500) Subject: more things go away X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1567879609a0b6c80b8ca32fab043854508237ec;p=quix0rs-gnu-social.git more things go away --- diff --git a/theme/gnusocial/css/social.css b/theme/gnusocial/css/social.css index 1726166ff3..4d1bf16057 100755 --- a/theme/gnusocial/css/social.css +++ b/theme/gnusocial/css/social.css @@ -10,7 +10,9 @@ Enable this line to debug: /* stuff we want to hide..... */ -legend,.entry-content .source, .entry-content .location, .entry-content .response, #anon_notice, #notices_primary h2, #site_nav_local_views dt, #ft dt, .entity_profile dt, .entity_profile h2, .entity_actions h2, .entity_nickname, .entities .nickname, .anon_notice, #content h1 { display: none !important; } +legend,.entry-content .source, .entry-content .location, .entry-content .response, #anon_notice, #notices_primary h2, #site_nav_local_views dt, #ft dt, .entity_profile dt, .entity_profile h2, .entity_actions h2, .entity_nickname, .entities .nickname, .anon_notice, #content h1, .section h2 { display: none !important; } + +.entities li { display: inline; list-style: none !important; } .entity_profile dd { margin-bottom: 1em; }