Created
November 20, 2012 21:38
-
-
Save sihugh/4121350 to your computer and use it in GitHub Desktop.
MOSS simple theme - broken links 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ms-topnavselected { | |
color:#003399; | |
background:url("http://localhost/topnavselected_simple.gif"); | |
background-repeat:repeat-x; | |
border:solid 1px #bfbfbf; | |
border-bottom-width:0px; | |
border-left:solid 1px #fff; | |
background-color:#d1d1d1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Eeek! Localhost in a CSS file? Also, the image will never be at that location even if localhost resolves...