« List of USGS Maps for Michigan | Main | Google maps notes »
March 01, 2010
Theme the alpha site
494949
sites/default/files/color/
text-shadow:0 1px 3px #4A633D
Change the color to match the following to get the links to show up properly:
Line 566:
ul.primary-links li a:hover, ul.primary-links li a.active {
color: #4a633D;
background: transparent url(bg-navigation-item-hover.png) no-repeat 50% 0;
}
Line 558:
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
display: block;
margin: 0 1em;
padding: .75em 0 0;
color: #4a633D;
background: transparent url(bg-navigation-item.png) no-repeat 50% 0;
}
Posted by kkwaiser at March 1, 2010 03:18 PM