I am learning MVC 4 and am using one of the tutorial projects I've found. I'm at the point now where I'd like to play with styles, but am bewildered. I thought changing a style in site.css
would do the job, but no matter what I do it's ignored. Here is the really weird part, though - when I delete the contents of site.css
and run the project, everything looks like it did before I deleted the style code. I realize that I don't yet fully understand specificity, but Firebug tells me that the styles are coming from site.css
.
Can anyone tell me how this could be?