1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-17 19:29:28 +01:00

better markup, remove extra padding

This commit is contained in:
8chan 2014-10-22 21:01:23 -07:00
parent 2d296f8c8a
commit d56091b35e

View File

@ -291,7 +291,6 @@ div.post.reply {
div.post_modified {
min-width: 47.5em;
margin-left: 1.8em;
padding-top: 0.8em;
}
div.post_modified div.content-status {
@ -300,6 +299,10 @@ div.post_modified div.content-status {
font-size: 72%;
}
div.post_modified div.content-status:first-child {
margin-top: 1.3em;
}
span.trip {
color: #228854;
}