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 02:03:14 +0300
committerLiam Sharpe <liamsmail1234@gmail.com>2015-01-14 02:03:14 +0300
commit81b1f138740b7d5706e520cc1f79e82601f7387a (patch)
tree7789a6cee6972b4c7df435fcc569c0359f5a959b /plugins/Morpheus
parentd2f2f31aa30ca6a2f8fb7f6627cb2fc22e0284c0 (diff)
Renamed the .css file into a .less file
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/simple_structure.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/simple_structure.css b/plugins/Morpheus/stylesheets/simple_structure.css
index 5ae327d67c..6198916ad6 100644
--- a/plugins/Morpheus/stylesheets/simple_structure.css
+++ b/plugins/Morpheus/stylesheets/simple_structure.css
@@ -2,7 +2,7 @@ body#simple {
background: #eee;
}
#contentsimple {
- background: @theme-color-background-base;
+ background: #fff;
color: #000;
font-family: Arial, Georgia, "Times New Roman", Times, serif;
padding: 1em 2em;