This commit is contained in:
albert
2013-03-02 21:36:08 -05:00
parent 442b411b62
commit 136199d942

View File

@@ -270,18 +270,20 @@ div#c-posts {
div#c-post-versions { div#c-post-versions {
div#a-index { div#a-index {
a {
word-wrap: break-word
}
ins, ins a { ins, ins a {
color: green; color: green;
text-decoration: none; text-decoration: none;
margin-right: 0.5em; margin-right: 0.5em;
word-wrap: break-word
} }
del, del a { del, del a {
color: red; color: red;
text-decoration: line-through; text-decoration: line-through;
margin-right: 0.5em; margin-right: 0.5em;
word-wrap: break-word
} }
} }
} }