Any CSS Guru’s?
-
I’m normally pretty proficient with CSS but I’m stumped here. I can’t figure out why a border shows up on one post as a double 3px border and on another as a single 1px border. Both posts are using single.php.
Post with double border above footer: https://ryanfitzer.com/main/?p=51
Post with single border above footer: https://ryanfitzer.com/main/?p=48
The CSS rule that defines them both:
#footer {
text-align:center;
border-top: 3px double #CCC;
clear:both;
height:30px;
padding:5px 10px;
color:#333;
font-family:Arial, sans-serif;
}Thanks for any help.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Any CSS Guru’s?’ is closed to new replies.