Re: Meta thread

(Anonymous) 2018-08-30 04:39 am (UTC)(link)
Oh yeah, condensing the vertical spacing

Find this:

.entry-wrapper, .comment-wrapper {
border-bottom: 1px solid #666666;
margin-bottom: 2em;
position: relative;
}

and change it to this:

.entry-wrapper, .comment-wrapper {
position: relative;
}

Re: Meta thread

(Anonymous) 2018-08-30 06:23 am (UTC)(link)
Nonny, you are a legend.
tardigradetreasurer: (Default)

Re: Meta thread

[personal profile] tardigradetreasurer 2018-08-30 03:13 pm (UTC)(link)
Anon, you are my hero. Thank you, this is great.