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 <stefangiehl@gmail.com>2012-05-19 01:18:03 +0400
committersgiehl <stefangiehl@gmail.com>2012-05-19 01:18:03 +0400
commit51641fdc5c1841af4c84b1010aa183ae960be2f3 (patch)
tree656af171edc305f99b0960b873d67ad220062f9c /plugins/Live/templates
parentd838d79dbaa1b90aff7a4d4c142781f3077ade97 (diff)
optimized several css statements
git-svn-id: http://dev.piwik.org/svn/trunk@6272 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Live/templates')
-rw-r--r--plugins/Live/templates/visitorLog.tpl9
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/Live/templates/visitorLog.tpl b/plugins/Live/templates/visitorLog.tpl
index 74f1fb71df..046ca13ccf 100644
--- a/plugins/Live/templates/visitorLog.tpl
+++ b/plugins/Live/templates/visitorLog.tpl
@@ -293,15 +293,14 @@
{literal}
<style type="text/css">
- hr {
+hr {
background:none repeat scroll 0 0 transparent;
- border-color:-moz-use-text-color -moz-use-text-color #EEEEEE;
- border-style:none none solid;
- border-width:0 0 1px;
+ border: 0 none -moz-use-text-color;
+ border-bottom: 1px solid #EEEEEE;
color:#CCCCCC;
margin:0 2em 0.5em;
padding:0 0 0.5em;
- }
+}
</style>
{/literal}