adapt templates to bootstrap3 layout and class changes

This commit is contained in:
Sören Brunk 2014-04-20 12:42:31 +02:00
parent c8dccf9582
commit 23091cc318
67 changed files with 191 additions and 185 deletions

View file

@ -38,7 +38,7 @@ sideBarDisplay = do
bootstrapclass :: AlertClass -> Text
bootstrapclass Activity = "alert-info"
bootstrapclass Warning = "alert"
bootstrapclass Error = "alert-error"
bootstrapclass Error = "alert-danger"
bootstrapclass Success = "alert-success"
bootstrapclass Message = "alert-info"