move scripts/styles into dirs
This commit is contained in:
parent
f69277f67f
commit
b3e45e855a
8 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ main = do
|
|||
|
||||
document :: Element
|
||||
document =
|
||||
svg11_ (stylesheet "palette.css" <> foldMap makeItem (zip [0..] items))
|
||||
svg11_ (stylesheet "style/palette.css" <> foldMap makeItem (zip [0..] items))
|
||||
`with` [Width_ <<- width, Height_ <<- "179",
|
||||
ViewBox_ <<- viewBox]
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue