[dw-free] Poster not displayed for entries with no userpics in Funky Circles
[commit: http://hg.dwscoalition.org/dw-free/rev/531cc3c4e5c3]
http://bugs.dwscoalition.org/show_bug.cgi?id=1799
Fix Funky Circles CSS to display posters without userpics.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1799
Fix Funky Circles CSS to display posters without userpics.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/funkycircles/layout.s2
-------------------------------------------------------------------------------- diff -r 00ac7af96856 -r 531cc3c4e5c3 bin/upgrading/s2layers/funkycircles/layout.s2 --- a/bin/upgrading/s2layers/funkycircles/layout.s2 Fri Sep 25 14:05:21 2009 -0500 +++ b/bin/upgrading/s2layers/funkycircles/layout.s2 Fri Sep 25 14:13:28 2009 -0500 @@ -565,7 +565,7 @@ h2#pagetitle { .entry-wrapper.no-userpic .entry .contents .poster, .comment-wrapper.no-userpic .comment .contents .poster { - display: none; + margin-left: 0; } .poster a { --------------------------------------------------------------------------------