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:
Diffstat (limited to 'plugins/DBStats/stylesheets/dbStatsTable.less')
-rw-r--r--plugins/DBStats/stylesheets/dbStatsTable.less25
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/DBStats/stylesheets/dbStatsTable.less b/plugins/DBStats/stylesheets/dbStatsTable.less
deleted file mode 100644
index 601c769580..0000000000
--- a/plugins/DBStats/stylesheets/dbStatsTable.less
+++ /dev/null
@@ -1,25 +0,0 @@
-.dbstatsTable {
- display: inline-block;
-}
-
-.dbstatsTable > tbody > tr > td:first-child {
- width: 550px;
-}
-
-.dbstatsTable h2 {
- width: 500px;
-}
-
-.adminTable.dbstatsTable a {
- color: black;
- text-decoration: underline;
-}
-
-.dbstatsTable {
- .dataTable {
- td {
- padding-top: 7px;
- padding-bottom: 7px;
- }
- }
-} \ No newline at end of file