style fixes for post version listing

This commit is contained in:
albert
2011-10-15 16:46:50 -04:00
parent 054c7795a7
commit e7b8daba98

View File

@@ -131,34 +131,18 @@ div#c-posts {
div#c-explore-posts { div#c-explore-posts {
} }
div.post_histories { div#c-post-versions {
div.index { div#a-index {
div.post { ins {
margin-bottom: 2em; color: green;
text-decoration: none;
div.preview { margin-right: 0.5em;
width: 20%; }
float: left;
} del {
color: red;
div.history { text-decoration: line-through;
width: 70%; margin-right: 0.5em;
float: left;
table {
width: 100%;
}
ins {
color: green;
text-decoration: none;
}
del {
color: red;
text-decoration: line-through;
}
}
} }
} }
} }