1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-22 21:40:15 +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%; width: 98%;
} }
.longtable p {
margin: 0;
}
/* Uncategorized */ /* Uncategorized */
#post-form-outer { #post-form-outer {
@ -363,7 +366,7 @@ p.intro a {
color: maroon; color: maroon;
} }
div.post.reply p { div.post p {
display: block; display: block;
margin: 0; margin: 0;
@ -372,13 +375,16 @@ div.post.reply p {
min-height: 1.16em; min-height: 1.16em;
} }
div.post.reply div.body { div.post div.body {
margin-left: 1.8em;
margin-top: 0.8em; margin-top: 0.8em;
padding-right: 3em; padding-right: 3em;
padding-bottom: 0.3em; padding-bottom: 0.3em;
} }
div.post.reply div.body {
margin-left: 1.8em;
}
div.post.reply.highlighted { div.post.reply.highlighted {
background: #D6BAD0; background: #D6BAD0;
} }
@ -387,10 +393,6 @@ div.post.reply div.body a {
color: #D00; color: #D00;
} }
div.post {
padding-left: 20px;
}
div.post div.body { div.post div.body {
word-wrap: break-word; word-wrap: break-word;
white-space: pre-wrap; white-space: pre-wrap;