This tutorial will allow you to add an "indented" effect to your entry tables using padding.
Requirements:
Any LJ account (free, paid, or otherwise) using the Generator journal style.
Overrides:
.entrybox table td{
padding-left: 30px;
padding-right: 30px;
}
.entrybox table td.caption, .entrybox table td.index, .entrybox table td.meta, .entrybox table td.comments, .entrybox table table td{
padding: 0;
}
These codes should be added to your existing GLOBAL_HEAD or LASTN_HEAD overrides.
Editing:
Change the bolded numerical values to change the amount of indentation. (Larger values will result in larger indentations.) Do not change padding: 0;.
Permalink +
Add to Memories