Ok. So. Ahem.
Yes, well, my "novel" thingie is practically ready. It's all written, actually, I'm just doing some editing and changing a few things here and there.
So I started posting it here:
temporubato (The layout is pretty! The metronome was Lia's idea)
The first five chapters are up, and the whole story is about 18 chapters long, so it should be complete
(
Read more... )
Comments 8
Reply
http://community.livejournal.com/refuted/269.html
If you don't find the answer there or don't get a reply from the author, let me know and I'll try to figure out what to tweak in the code.
Good luck!
Reply
Go to customize journal style -> custom css, then click ctrl+F and type this in the search box: .reply{
That will lead you to the part of the code that goes like this:
.reply{
position: relative;
margin: 20px 30px 10px 30px;
padding: 20px 10px 10px 10px;
color: #9C9C9C;
font: 8pt/18px arial, sans-serif;
text-align: justify;
background-color: #fff;
}
.commentreply {
position: relative;
margin: 0 10px 10px 10px;
color: #9C9C9C;
font: 8pt/17px arial, sans-serif;
text-align: justify;
padding: 5px;
}
Just copy the code above to clipboard, highlight this same section in your code, and paste over it. Let me know if it works.
Reply
Reply
Leave a comment