Hi.
I found that declaration of css for xhtml conflicted with RSEvents.
Like this:
Before:
www.facebook.com/photo.php?fbid=208858479187613
So, I added follow lines to mj_xhtml.css;
After:
www.facebook.com/photo.php?fbid=208910929182368
I found that declaration of css for xhtml conflicted with RSEvents.
Like this:
Before:
www.facebook.com/photo.php?fbid=208858479187613
So, I added follow lines to mj_xhtml.css;
.rse_box ul {
list-style: none inside !important;
}
After:
www.facebook.com/photo.php?fbid=208910929182368