diff --git a/code/CMSMain.php b/code/CMSMain.php index 9b231106..fa35150b 100644 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -66,6 +66,9 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr Requirements::themedCSS('typography'); + // For Blog + Requirements::css("blog/css/WidgetAreaField.css"); + // HACK ALERT: // We need a better way of including all of the CSS that *might* be used by this application. // Perhaps the ajax responses can include some instructions to go get more CSS / JavaScript?