]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add same CSS rules for #remoteprofile than for #showstream. Allows to hide avatars...
authorJean Baptiste Favre <statusnet@jbfavre.org>
Mon, 27 Aug 2012 22:21:41 +0000 (00:21 +0200)
committerJean Baptiste Favre <statusnet@jbfavre.org>
Sat, 15 Jun 2013 16:41:04 +0000 (18:41 +0200)
theme/base/css/display.css

index d2d07c4cec609c8de93f38796f58058be9ef09f9..b0b4f26098054d7d985560d56ec45aadeb4180d0 100644 (file)
@@ -688,18 +688,22 @@ font-style:italic;
     display:none;
 }
 
+#remoteprofile .notice .entry-title, #remoteprofile .notice div.entry-content,
 #showstream .notice .entry-title, #showstream .notice div.entry-content {
     margin-left: 0;
 }
 
+#remoteprofile .notice .entry-title,
 #showstream .notice .entry-title {
     min-height: 1px;
 }
 
+#remoteprofile #content .notice .author,
 #showstream #content .notice .author {
     display: none;
 }
 
+#remoteprofile .notice,
 #showstream .notice {
     min-height: 1em; 
 }