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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-04-30 07:36:15 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-05-10 21:47:01 +0300
commite11b3195ae83b4726e237a1c9d161e47f5a4057a (patch)
treef390d221cdabb20839042d321714c9e6e063ed82 /plugins/CoreUpdater/stylesheets
parentf46da76b9645e192f5e222bef4fa8f0a9b430751 (diff)
#7585 Applied the new <code> and <pre> design and made it consistent everywhere
Diffstat (limited to 'plugins/CoreUpdater/stylesheets')
-rw-r--r--plugins/CoreUpdater/stylesheets/updateLayout.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/CoreUpdater/stylesheets/updateLayout.css b/plugins/CoreUpdater/stylesheets/updateLayout.css
index fe334626b1..3c436bc5d3 100644
--- a/plugins/CoreUpdater/stylesheets/updateLayout.css
+++ b/plugins/CoreUpdater/stylesheets/updateLayout.css
@@ -18,20 +18,6 @@
margin-left: 0;
}
-code {
- font-size: 13px;
- color: #F3F3F3;
- background-color: #4D4D4D;
- border: none;
- border-radius: 3px;
- direction: ltr;
- display: block;
- margin: 2px 2px 20px;
- padding: 20px;
- text-align: left;
- overflow-x: hidden;
-}
-
li {
margin-top: 10px;
margin-left: 30px;