[dw-free] Bases layout does not show the entry poster name on community recent entries
[commit: http://hg.dwscoalition.org/dw-free/rev/b9cfb92e2c87]
http://bugs.dwscoalition.org/show_bug.cgi?id=2612
Don't hide the display of the poster's name when viewing a community.
Patch by
yvi.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2612
Don't hide the display of the poster's name when viewing a community.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/bases/layout.s2
-------------------------------------------------------------------------------- diff -r 6ff8e961977b -r b9cfb92e2c87 bin/upgrading/s2layers/bases/layout.s2 --- a/bin/upgrading/s2layers/bases/layout.s2 Tue May 11 06:03:27 2010 -0500 +++ b/bin/upgrading/s2layers/bases/layout.s2 Tue May 11 21:39:55 2010 -0500 @@ -535,7 +535,7 @@ border-bottom: 0.083em solid $*color_ent .entry .userpic img:hover {opacity: .7;} .entry-poster { display: block; border-bottom: 0.083em solid $*color_entry_border; padding: 0.167em 0.833em 0.167em 0.833em;} -.page-recent .entry-poster {display: none;} +.page-recent .journal-type-P .entry-poster, .page-recent .journal-type-Y .entry-poster {display: none;} .ljuser a b:hover { color: $*color_page_link_hover;} .entry-content { padding: 0.833em; min-height: 8.5em; border-bottom: 0.083em solid $*color_entry_border; $entry_background} --------------------------------------------------------------------------------