[dw-free] Apply usercontent styling to inbox notifications
[commit: http://hg.dwscoalition.org/dw-free/rev/dfec755980dc]
http://bugs.dwscoalition.org/show_bug.cgi?id=3337
Mark inbox items with the usercontent class, so that some default styling
will be applied
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3337
Mark inbox items with the usercontent class, so that some default styling
will be applied
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/Widget/InboxFolder.pm
-------------------------------------------------------------------------------- diff -r 159ec3bdf0e3 -r dfec755980dc cgi-bin/LJ/Widget/InboxFolder.pm --- a/cgi-bin/LJ/Widget/InboxFolder.pm Thu Dec 02 02:54:30 2010 +0800 +++ b/cgi-bin/LJ/Widget/InboxFolder.pm Tue Dec 07 18:03:21 2010 +0800 @@ -196,7 +196,7 @@ sub render_body { my $display = $expanded ? "block" : "none"; $content_div = qq { - <div class="InboxItem_Content" style="display: $display;">$contents</div> + <div class="InboxItem_Content usercontent" style="display: $display;">$contents</div> }; } --------------------------------------------------------------------------------