]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Fixed some group list styles
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 09d92be7b5f4fed17a45299a3868a40c27a0cefa..1bab7d965d5f7762867385e7413e6abd1132ef79 100644 (file)
@@ -600,6 +600,10 @@ font-weight:normal;
 content: ")";
 font-weight:normal;
 }
+.entity_profile .nickname:after,
+.entity_profile .nickname:before {
+content:"";
+}
 .entity_profile dt,
 .entity_profile h2 {
 display:none;
@@ -782,7 +786,8 @@ display:none;
 .profiles {
 list-style-type:none;
 }
-.profile .entity_profile .url[rel=contact] {
+.profile .entity_profile .fn.nickname,
+.profile .entity_profile .url[rel~=contact] {
 margin-left:0;
 display:inline;
 }