<style type="text/css">
<!--
.newsmod {
font: 10pt arial, sans-serif;
font-weight: italic;
background: transparent;
}
-->
</style>
And here's how it makes the newsfeed look:Note that you can change the font size by changing the following line in the CSS code:
font: 9pt arial, sans-serif;Likewise, you can also change the other variables, such as font-weight, background color, etc. Alternatively, if you don't want to show the last modified date and time at all, you can add this line:
color: #C0C0C0;