1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-22 05:29:34 +01:00

Fix stylesheet

This commit is contained in:
8chan 2015-04-19 08:56:59 -07:00
parent 53e2d65419
commit e0d27d2e98

View File

@ -72,6 +72,9 @@ table.mod.config-editor input[type="text"] {
width: 98%;
}
.longtable p {
margin: 0;
}
/* Uncategorized */
#post-form-outer {
@ -363,7 +366,7 @@ p.intro a {
color: maroon;
}
div.post.reply p {
div.post p {
display: block;
margin: 0;
@ -372,13 +375,16 @@ div.post.reply p {
min-height: 1.16em;
}
div.post.reply div.body {
margin-left: 1.8em;
div.post div.body {
margin-top: 0.8em;
padding-right: 3em;
padding-bottom: 0.3em;
}
div.post.reply div.body {
margin-left: 1.8em;
}
div.post.reply.highlighted {
background: #D6BAD0;
}
@ -387,10 +393,6 @@ div.post.reply div.body a {
color: #D00;
}
div.post {
padding-left: 20px;
}
div.post div.body {
word-wrap: break-word;
white-space: pre-wrap;