diff --git a/Web/Informative.hs b/Web/Informative.hs
--- a/Web/Informative.hs
+++ b/Web/Informative.hs
@@ -159,7 +159,7 @@
     setTitle $ toHtml page
     toWidget $ pageHead form
     toWidget $(hamletFile "informative-edit.htm")
-    toWidget $(cassiusFileReload "informative.css")
+    toWidget $(cassiusFile "informative.css")
 
 instance (YesodWikiAuth master, YesodPersist master, YesodPersistBackend master ~ SqlPersistT) => YesodSubDispatch Informative (HandlerT master IO) where
   yesodSubDispatch = $(mkYesodSubDispatch resourcesInformative)
diff --git a/informative.cabal b/informative.cabal
--- a/informative.cabal
+++ b/informative.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.2
+version:             0.1.0.3
 
 -- A short (one-line) description of the package.
 synopsis:            A yesod subsite serving a wiki.
