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-13 04:52:07 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-13 04:52:07 +0400
commita01582a67c9317ce80dd1f3b04d79631a465bee9 (patch)
treed3868ea1c5afeb081a1268b70c43664956f527cc /plugins/CoreUpdater
parente5e1a56115cf9e33c75e0741a9c321e2b82e59c6 (diff)
Generate a base.css file from a base.less file for Installation & CoreUpdater plugin
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/templates/layout.twig5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/CoreUpdater/templates/layout.twig b/plugins/CoreUpdater/templates/layout.twig
index f41d506683..23aee27884 100644
--- a/plugins/CoreUpdater/templates/layout.twig
+++ b/plugins/CoreUpdater/templates/layout.twig
@@ -5,10 +5,9 @@
<title>Piwik &rsaquo; {{ 'CoreUpdater_UpdateTitle'|translate }}</title>
<link rel="shortcut icon" href="plugins/CoreHome/images/favicon.ico"/>
- <link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/stylesheets/simple_structure.css"/>
<link rel="stylesheet" type="text/css" href="libs/jquery/themes/base/jquery-ui.css"/>
- <link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/stylesheets/styles.css"/>
- <link rel="stylesheet" type="text/css" href="plugins/CoreHome/stylesheets/donate.css" />
+ <link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/stylesheets/base.css" />
+ <link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/stylesheets/simple_structure.css"/>
<link rel="stylesheet" type="text/css" href="plugins/CoreHome/stylesheets/jquery.ui.autocomplete.css" />
<link rel="stylesheet" type="text/css" href="plugins/CoreUpdater/stylesheets/updateLayout.css" />