static resource URLs are now case sensitive.

This commit is contained in:
kay.one
2013-07-23 23:26:10 -07:00
parent e89a35522e
commit 478caf15f8
16 changed files with 127 additions and 84 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
body {
background-color : #1c1c1c;
background-image : url('../content/images/pattern.png');
background-image : url('../Content/Images/pattern.png');
margin-bottom : 100px;
p {
font-size : 0.9em;