summaryrefslogtreecommitdiff
path: root/Assistant/Threads/WebApp.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-27 20:25:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-27 20:25:28 -0400
commitecd63e29818c009bfc96d7a011bb8a2f1304e0ae (patch)
tree183ab4976b3adfc9327735755cbcd13da4f4ecf5 /Assistant/Threads/WebApp.hs
parent7717501fee57b614e0e86d4d46356ba26f5f5247 (diff)
template cleanup
use julius's nice #id and .class things
Diffstat (limited to 'Assistant/Threads/WebApp.hs')
-rw-r--r--Assistant/Threads/WebApp.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs
index 71ce31758..5407ed195 100644
--- a/Assistant/Threads/WebApp.hs
+++ b/Assistant/Threads/WebApp.hs
@@ -61,6 +61,7 @@ instance Yesod WebApp where
page <- widgetToPageContent $ do
addStylesheet $ StaticR css_bootstrap_css
addStylesheet $ StaticR css_bootstrap_responsive_css
+ addStylesheet $ StaticR css_webapp_css
addScript $ StaticR jquery_full_js
addScript $ StaticR js_bootstrap_dropdown_js
addScript $ StaticR js_bootstrap_alert_js