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:
authormattab <matthieu.aubry@gmail.com>2015-01-14 02:39:33 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-14 02:39:33 +0300
commitcf9c94cda1711b729e22727c3d9c85d6c405f127 (patch)
tree4aa07e3504d9ef44e7d6b29fe9c74bf52b91d697 /core/ReportRenderer.php
parentd11f259cdbceb8a190583dcbd62a038e79f39f57 (diff)
Make table header font normal weight instead of bold
Diffstat (limited to 'core/ReportRenderer.php')
-rw-r--r--core/ReportRenderer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ReportRenderer.php b/core/ReportRenderer.php
index 8c1c47a7b5..c82c2f1cf1 100644
--- a/core/ReportRenderer.php
+++ b/core/ReportRenderer.php
@@ -29,6 +29,7 @@ abstract class ReportRenderer extends BaseFactory
const TABLE_HEADER_BG_COLOR = "228,226,215";
const TABLE_HEADER_TEXT_COLOR = "37,87,146";
const TABLE_HEADER_TEXT_TRANSFORM = "uppercase";
+ const TABLE_HEADER_TEXT_WEIGHT = "normal";
const TABLE_CELL_BORDER_COLOR = "231,231,231";
const TABLE_BG_COLOR = "249,250,250";