[Solved] Black bord...
 
Notifications
Clear all

[Solved] Black borders.

3 Posts
2 Users
0 Reactions
1,622 Views
(@lonebard)
Posts: 74
Trusted Member
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
(@carissa)
Posts: 791
Member Moderator
 

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
(@lonebard)
Posts: 74
Trusted Member
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
Share: