move all static site files out of subdirectories

Works around yesod-static path bug on windows.
https://github.com/yesodweb/yesod/issues/626
This commit is contained in:
Joey Hess 2013-12-09 14:38:22 -04:00
parent 9f68bb546c
commit 8fb1973c76
10 changed files with 10 additions and 10 deletions

View file

@ -1778,7 +1778,7 @@ table .span24 {
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
background-image: url("../img/glyphicons-halflings.png");
background-image: url("glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
}
@ -1789,7 +1789,7 @@ table .span24 {
}
.icon-white {
background-image: url("../img/glyphicons-halflings-white.png");
background-image: url("glyphicons-halflings-white.png");
}
.icon-glass {

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Before After
Before After