Aldro ([personal profile] aldro) wrote in [community profile] style_system2011-05-17 01:18 pm

Line in Entries

I sometimes post a line (code is <hr>) in my entries to seperate topics and I noticed that the line doesn't spread out over the entire lenght of my entry holder, like it should and does in some of my friend's posts. I don't know if that's due to some code in my CSS or if there's another reason for this. However, I would like to change it. Does anybody know how?

P.S. I don't have an example image, but I can make one if necessary. Thanks in advance!
syntheid: [Elementary] Watson drinking tea looking contemplative (Default)

[personal profile] syntheid 2011-05-17 06:33 pm (UTC)(link)
Well you can inline it, it's just kind of. It's no longer a horizontal line. And apparently you can't really do anything with it at that point. But you can also set it to display: inline-block, which makes it horizontal, but inline. So it ... may have been doing something at some point to explicitly declare display: block, but who knows.