The Pug Automatic

LiveJournal comment notification scrollable quotes

Written April 18, 2007. Tagged LiveJournal, CSS, Userstyles, Gmail.

In a previous post, I mentioned how to add scrollbars to quotes in LiveJournal comment notifications, in SquirrelMail or Thunderbird.

I've now deprecated the userscript in favor of a Stylish userstyle: LiveJournal comment notification scrollable quotes.

The userstyle works in SquirrelMail, Gmail and any other e-mail client that preserves the notification mail HTML.

It's basically the same CSS as in the Thunderbird solution in the earlier post, but made less likely to overgenerate. Feel free to update your Thunderbird with this CSS:

table + blockquote[style="border-left: 2px solid rgb(0, 0, 64); margin-left: 0px; margin-right: 0px; padding-left: 15px; padding-right: 0px;"] {
overflow:auto;
max-height:70px;
}