My css and the results online don't match
-
Hi everyone, my blog was running without any problems , until now. My header text and color don’t match what i wrote in the CSS. How come this is bugging like this:
.main-navigation {
background: black;
font: white;
}.main-navigation a, div.menu ul a {
color: white;
}.photo-meta-inner a {
color: #CC0000;
}.header-nav-search-container {
display: none;
}#main {
padding-top: 0;
padding-bottom: 2.5em;
}.main-navigation {
margin-top: -.7em;
}.main-navigation ul li:hover {
background: #720202;
padding-bottom: 12px;
margin-bottom: 0;
text-decoration: none;
}.main-navigation a {
text-decoration: none;
}.main-navigation ul ul {
background: none repeat scroll 0 0 #720202;
}The blog I need help with is: (visible only to logged in users)
-
- The topic ‘My css and the results online don't match’ is closed to new replies.