Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/compatibility/report.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/compatibility/report.thtml')
-rw-r--r--site/app/views/compatibility/report.thtml6
1 files changed, 2 insertions, 4 deletions
diff --git a/site/app/views/compatibility/report.thtml b/site/app/views/compatibility/report.thtml
index f84024f..c97f37d 100644
--- a/site/app/views/compatibility/report.thtml
+++ b/site/app/views/compatibility/report.thtml
@@ -21,7 +21,6 @@
*
* Contributor(s):
* Justin Scott <fligtar@mozilla.com> (Original Author)
- * Wil Clouser <wclouser@mozilla.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
@@ -37,9 +36,8 @@
*
* ***** END LICENSE BLOCK ***** */
if ($format != 'ajax'):
-$this->viewVars['bodyclass'] = 'inverse';
?>
-<div id="content" class="primary prose" style="min-height: 400px;">
+<div id="content" style="min-height: 400px;">
<h2><?=___('compatibility_dashboard_report', 'Add-on Compatibility Report')?></h2>
<?php endif; ?>
<p class="intro"><?=___('compatibility_report_detail_intro', 'The add-ons below make up 95% of add-on usage known to Mozilla and are ordered by their usage size.')?></p>
@@ -71,4 +69,4 @@ $this->viewVars['bodyclass'] = 'inverse';
</table>
<?php if ($format != 'ajax'): ?>
</div>
-<?php endif; ?>
+<?php endif; ?> \ No newline at end of file