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:
parent
9f68bb546c
commit
8fb1973c76
10 changed files with 10 additions and 10 deletions
|
@ -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 {
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue