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:
authorLiam Sharpe <liamsmail1234@gmail.com>2015-01-14 06:45:57 +0300
committerLiam Sharpe <liamsmail1234@gmail.com>2015-01-14 06:45:57 +0300
commit63c9fed3b658cbc23cfc8bb98a3246db295f5d1f (patch)
treef3a7841ba7725c900a63d32d5cf19da7f3f74b82 /plugins/Dashboard/stylesheets
parente2b9956e4bd92ca9e234d10d527be9e8caf2b68f (diff)
Added h3 tags to widget headers
Diffstat (limited to 'plugins/Dashboard/stylesheets')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 24579f985e..64510268f8 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -105,12 +105,6 @@
background: url(plugins/Morpheus/images/loading-blue.gif) no-repeat top right;
}
-.widget h2 {
- font-size: 1.2em;
- margin-left: 10px;
- font-weight: bold;
-}
-
.widget p {
margin-left: 10px;
}
@@ -131,6 +125,7 @@
font-weight: normal;
color: #fff;
text-shadow: 1px 1px 2px #7e7363;
+ margin-top: 0;
}
// Overriding some dataTable css for better dashboard display