Aldro ([personal profile] aldro) wrote in [community profile] style_system2011-06-12 02:11 pm
Entry tags:

Border

The entry link bar on the main page of my journal has a grey background with no border, as it should. But if I click on the title of a post and open that entry, that same link bar now has a border on the bottom and half a border on the top. I would like to remove it, but I'm not sure what to change in my CSS. Hopefully, sombody here can help me out.

Example image:


My CSS:
ninetydegrees: Art: self-portrait (Default)

[personal profile] ninetydegrees 2011-06-12 04:16 pm (UTC)(link)
You've got:

hr { display: ; }

It should be:

hr { display: none; } as in the original style.
ninetydegrees: Art: self-portrait (Default)

[personal profile] ninetydegrees 2011-06-12 04:21 pm (UTC)(link)
Please see my reply to Selena, which I'm sure you already got by now. :)