]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Aligned shownotice page's entry-content to left. Fixing vcard photo
authorSarven Capadisli <csarven@controlyourself.ca>
Sat, 2 May 2009 00:10:50 +0000 (00:10 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Sat, 2 May 2009 00:10:50 +0000 (00:10 +0000)
margin bottom value.

theme/base/css/display.css

index c242977a9fab3c4fc70c28ff549f9e4e31397cee..10fc636385326a05b3148ed6be5902e9d0e622fe 100644 (file)
@@ -769,16 +769,14 @@ overflow:hidden;
 font-weight:bold;
 }
 
-.notice .author .photo {
-margin-bottom:0;
-}
-
 .vcard .photo {
 display:inline;
 margin-right:11px;
-margin-bottom:11px;
 float:left;
 }
+#shownotice .vcard .photo {
+margin-bottom:4px;
+}
 .vcard .url {
 text-decoration:none;
 }
@@ -817,11 +815,9 @@ font-size:0.95em;
 margin-left:59px;
 width:65%;
 }
-#showstream .notice div.entry-content {
-margin-left:0;
-}
+#showstream .notice div.entry-content,
 #shownotice .notice div.entry-content {
-margin-left:108px;
+margin-left:0;
 }
 
 .notice .notice-options a,