1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-11 07:16:10 +01:00

[#201] Fixed edit text margins.

This commit is contained in:
unknown 2014-10-23 05:07:54 -05:00
parent 5816b75bd7
commit 54012e2ee3
2 changed files with 5 additions and 2 deletions

View File

@ -345,6 +345,8 @@ function embed_html($link) {
class Post {
public $clean;
public function __construct($post, $root=null, $mod=false) {
global $config;
if (!isset($root))

View File

@ -291,14 +291,15 @@ div.post.reply {
div.post_modified {
min-width: 47.5em;
margin-left: 1.8em;
padding-top: 0.8em;
}
div.post_modified div.content-status {
margin-top: 0.5em;
padding-bottom: 0em;
font-size: 72%;
}
div.post_modified div.content-status:first-child {
margin-top: 1.3em;
}
span.trip {
color: #228854;