Inserted & Deleted Text
Friday, 24. February 2006, 07:09:17
Explanation
Here is some CSS to help you find inserted and deleted text by highlighting it. Generally speaking, you shouldn't need it, because the context should be obvious enough, but just incase the author decided to hide it, it should come in handy.
del{border:solid red 1px;background-color:#ffcccc}
ins{border:solid green 1px;background-color:#ccffcc}
Sample Text
What is mine is mine and what is yours is yours mine.







