style fixes for post version listing
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user