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-15 06:23:25 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-15 06:23:25 +0300
commit6d54a6ad9b64d9abfda7edb033961f3496a99098 (patch)
tree301d9ae19692080f643f0a54310527caf6c676a0 /plugins/Dashboard/stylesheets
parente82ce79b87ba39326d215ad8dfb8c38f12b4c084 (diff)
H3 is not bold on dashboard widgets
Diffstat (limited to 'plugins/Dashboard/stylesheets')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 6b5e8bf737..cd13782797 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -119,7 +119,7 @@
.widgetTopHover {
}
-.widgetName h3{
+h3.widgetName {
font-size: 15px;
padding: 0px;
margin: 2px;