Notifications
Clear all
Topic starter
http://www.themasque.net/efiction/index.php
For some strange reason during a 3 day period when nobody touched the site efiction decided it's block borders should be black rather than the grey I had them set to before.
Checked the style sheet, which still has the exact same code as before, and calls for left, right, and bottom borders to be grey.
/* The box around the block */
.block {
margin-bottom: 1em;
border-color: #CCCCCC;
border-bottom: 1px solid;
border-right: 1px solid;
border-left: 1px solid;
}
/* The block's title */
.block .title {
background-color: #005CAD;
color: #FFF;
padding: 3px;
padding-left: 8px;
border-bottom: 1px solid #E0E0E0;
}
Posted : 12/04/2007 1:00 pm
Try removing the border-color declaration and adding the color to the the individual borders. I know it shouldn't make a difference, but it's the easiest place to start.
ETA: Also moving this to skinning support because that's where it goes.
Posted : 12/04/2007 1:31 pm
Topic starter
Worked.
Stupid. It's been fine with the code like it was originally for almost 3 weeks.
Thanks
Posted : 12/04/2007 1:47 pm
