Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNigel <munro98@gmail.com>2015-01-14 04:51:09 +0300
committerNigel <munro98@gmail.com>2015-01-14 04:51:09 +0300
commit3f856a1159d9c82bc3dbce67a805a362cbde16c2 (patch)
treeab790e197dacff254c6404cbe9d10be4de98a50e /core/ReportRenderer/Html.php
parentcf9c94cda1711b729e22727c3d9c85d6c405f127 (diff)
Changed the Email report to look more consistent with the piwik UI.
Diffstat (limited to 'core/ReportRenderer/Html.php')
-rw-r--r--core/ReportRenderer/Html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ReportRenderer/Html.php b/core/ReportRenderer/Html.php
index c425b763c7..8949d59d78 100644
--- a/core/ReportRenderer/Html.php
+++ b/core/ReportRenderer/Html.php
@@ -22,7 +22,7 @@ class Html extends ReportRenderer
const IMAGE_GRAPH_WIDTH = 700;
const IMAGE_GRAPH_HEIGHT = 200;
- const REPORT_TITLE_TEXT_SIZE = 11;
+ const REPORT_TITLE_TEXT_SIZE = 24;
const REPORT_TABLE_HEADER_TEXT_SIZE = 11;
const REPORT_TABLE_ROW_TEXT_SIZE = 11;
const REPORT_BACK_TO_TOP_TEXT_SIZE = 9;