Code:
#navbar a {
border-left: 1px solid #5D5D5D;
border-right: 1px solid #353535;
border-top: 1px solid #5D5D5D;
border-bottom: 1px solid #353535;
background-color: #424242;
color: white;
font-size: 12px;
text-decoration: none;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
}
All the paddings work except for the top padding, which doesn't work. It just stays aligned to the top. How do I fix this? I don't have a live example, sorry. But basically all you need to know is that the top padding isn't working. :td:





