Use a separate stylesheet
Change-Id: I35171dc4cd46b0c0f52c438fecf96ea183db6db5
diff --git a/project_activity.php b/project_activity.php
index fe3541a..8f56b2f 100644
--- a/project_activity.php
+++ b/project_activity.php
@@ -33,7 +33,7 @@
$variables['main_container_classes'] = 'container-full breadcrumbs-offset footer-offset';
$App->setThemeVariables($variables);
- // $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/default/style.css"/>');
+ $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/projects/web-parts/projects.css"/>');
# Generate the web page
$App->PageRSS = "/projects/reviews-rss.php";
$App->generatePage(NULL, $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);