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:
authorNigel <munro98@gmail.com>2015-01-16 01:11:53 +0300
committerNigel <munro98@gmail.com>2015-01-16 01:11:53 +0300
commit3c34a36a6c435d406b63105698bf3b655f0f038c (patch)
treee0ef78a97766372f84e9023ce9f21da370d3b15e /plugins/CoreHome/stylesheets
parent7b9d6ea62010fab514e1ae558dc297d928207c7b (diff)
Changed the offscreen text to a link span and moved the menu text inside the link
Diffstat (limited to 'plugins/CoreHome/stylesheets')
-rw-r--r--plugins/CoreHome/stylesheets/menu.less8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/CoreHome/stylesheets/menu.less b/plugins/CoreHome/stylesheets/menu.less
index dddd9759d3..925df08e52 100644
--- a/plugins/CoreHome/stylesheets/menu.less
+++ b/plugins/CoreHome/stylesheets/menu.less
@@ -166,8 +166,10 @@
}
}
-.menuTextOffScreen {
+a span {
+ height: 1px;
+ width: 1px;
+ position: absolute;
overflow: hidden;
- width:1px;
- height:1px;
+ top: -10px;
}