I can't answer everything, but I'll try to show you a few things 1) no idea becasue I have no idea what you want to do, but can't you use the butterfly as background-image in body?
2) add the image after the closing brace and before $this->print_postlink(); and try this to move it
.comments img{ position:relative; top:5px; }
3) you should be able to do this in your theme layer, with if ($p.view != "entry") around the time part
Ok, overwirte the function print_entry(Page p, Entry e, Color bgcolor, Color fgcolor) you have with the one I have here. The will do the date thing and also align the subject and date
For the private/friends only icon add padding to .subject img
1) no idea becasue I have no idea what you want to do, but can't you use the butterfly as background-image in body?
2) add the image after the closing brace and before $this->print_postlink();
and try this to move it
.comments img{
position:relative;
top:5px;
}
3) you should be able to do this in your theme layer, with if ($p.view != "entry") around the time part
5)
.currentmood img{
border:1px solid #fff;
}
sorry no idea about the other things
Reply
The rest of your suggestions worked! Thanks a lot :D
Reply
Reply
you have with the one I have here.
The will do the date thing and also align the subject and date
For the private/friends only icon add padding to .subject img
.subject img{
padding-right:5px;
}
should work
Reply
Reply
Reply
Reply
Leave a comment