Skip to content

Instantly share code, notes, and snippets.

@sihugh
Created November 20, 2012 21:38
Show Gist options
  • Save sihugh/4121350 to your computer and use it in GitHub Desktop.
Save sihugh/4121350 to your computer and use it in GitHub Desktop.
MOSS simple theme - broken links 1
.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;
}
@sihugh
Copy link
Author

sihugh commented Nov 20, 2012

Eeek! Localhost in a CSS file? Also, the image will never be at that location even if localhost resolves...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment