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-09-26 10:56:34 +0400
committersgiehl <stefan@piwik.org>2013-09-26 10:56:34 +0400
commita6a92ed4a5d5cecb8b03a5bf7d2d2f199ef801f6 (patch)
treea98a8cec2817a8a31a0ea19595e9d68fb7ab5afb /plugins/Zeitgeist
parent675d8b441aa0138d0ed557115d9d0efcc99c4bb2 (diff)
fixed invalid css comment
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/stylesheets/simple_structure.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Zeitgeist/stylesheets/simple_structure.css b/plugins/Zeitgeist/stylesheets/simple_structure.css
index 1582148c9a..8019cae32e 100644
--- a/plugins/Zeitgeist/stylesheets/simple_structure.css
+++ b/plugins/Zeitgeist/stylesheets/simple_structure.css
@@ -9,7 +9,7 @@ body#simple {
width:780px;
margin: 30px auto auto;
border-radius: 12px;
- display: table; // Contains floating children
+ display: table; /* Contains floating children */
}
#h1 {
color: #006;
@@ -93,4 +93,4 @@ a { color: #006; }
.warning.normalFontSize {
font-size: 100%;
padding: 10px;
-} \ No newline at end of file
+}