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:
authorsgiehl <stefan@piwik.org>2013-08-13 18:17:38 +0400
committersgiehl <stefan@piwik.org>2013-08-14 15:02:40 +0400
commitaa8b2f1f0e6d1bc9af62694448f33d125bf8141a (patch)
tree60521bcc9cd425460de99661498e317d80f90893 /plugins/Overlay
parentd6c007dd4e87b0250a5ee3b2d6b50ec6e755af0c (diff)
added missing ';' / use double quotes for attribute values instead of single quotes
Diffstat (limited to 'plugins/Overlay')
-rw-r--r--plugins/Overlay/stylesheets/overlay.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Overlay/stylesheets/overlay.css b/plugins/Overlay/stylesheets/overlay.css
index fee597d845..df0e1f7283 100644
--- a/plugins/Overlay/stylesheets/overlay.css
+++ b/plugins/Overlay/stylesheets/overlay.css
@@ -126,7 +126,7 @@ a#Overlay_Transitions:hover {
}
h2.Overlay_MainMetrics {
- background: url(../images/info.png) 0 1px no-repeat
+ background: url(../images/info.png) 0 1px no-repeat;
}
body .ui-tooltip.Overlay_Tooltip {
@@ -135,7 +135,7 @@ body .ui-tooltip.Overlay_Tooltip {
}
#Overlay_NoFrame {
- padding: 20px 0 40px 2px
+ padding: 20px 0 40px 2px;
}
#Overlay_Error_NotLoading {