Style Discussion Module Posts By User
Example: Style owner / participant posts in discussions module threads.
Note: This modification styles posts by user name within the actual thread only. Replace "username" in the CSS below with the exact user login name of your member (case sensitive).
.authored-by-username .comment { background-color: #D5D5D5; border: 1px solid #D5D5D5; }
/*Styles background color / borders for specific user.*/
.authored-by-username .comment, .section { -webkit-border-radius: 8px; -moz-border-radius: 8px; }
/*Adds rounded corners to the post (optional)*/


