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:
Diffstat (limited to 'plugins/API/stylesheets/glossary.less')
-rw-r--r--plugins/API/stylesheets/glossary.less14
1 files changed, 12 insertions, 2 deletions
diff --git a/plugins/API/stylesheets/glossary.less b/plugins/API/stylesheets/glossary.less
index 9b275867bc..be8b418f3d 100644
--- a/plugins/API/stylesheets/glossary.less
+++ b/plugins/API/stylesheets/glossary.less
@@ -1,5 +1,5 @@
-.glossary .table-of-contents a {
+.glossary .pagination a {
box-sizing: content-box;
padding: 0 10px 5px;
&:hover, &.active {
@@ -8,4 +8,14 @@
border-left: none;
border-bottom: 2px solid @color-blue-piwik;
}
-} \ No newline at end of file
+}
+
+.glossary .pagination li {
+ // a {line-height: 30px + padding: 5px}
+ // vs standard .pagination li {height: 30px}
+ height: 35px;
+}
+
+.glossary .scrollspy {
+ padding-top: 2rem;
+}