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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-07-24 20:01:59 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-24 20:01:59 +0400
commit0951cb4dd6b9c4f30fe1c94ec17e6f20e130487a (patch)
tree407c10a3174f9a4aab7ad1908a9bfaf466511285 /plugins/Dashboard
parent9c29006392e1e7f45e41cfe5e146134c13cc3413 (diff)
The dashboard will take 100% of the width with 3 columns
Diffstat (limited to 'plugins/Dashboard')
-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 a287a438fc..d04d4ac8ea 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -43,7 +43,7 @@
}
.col.width-33 {
- width: 33%;
+ width: 33.33%;
}
.col.width-30 {