Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-09-08 10:30:29 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-09-08 10:30:29 +0300
commit7e57d059e02e3ad7fb8846f73c96a7c598b830b6 (patch)
tree434d38f097e8fc9b84e2e64c27d134b19184589a /content/assets/stylesheets/toc.scss
parent21c5f9c30d6e04378b5f0a16d473483f91f06568 (diff)
Make page more readable
Diffstat (limited to 'content/assets/stylesheets/toc.scss')
-rw-r--r--content/assets/stylesheets/toc.scss14
1 files changed, 8 insertions, 6 deletions
diff --git a/content/assets/stylesheets/toc.scss b/content/assets/stylesheets/toc.scss
index 9f7b8f20..5034e9b5 100644
--- a/content/assets/stylesheets/toc.scss
+++ b/content/assets/stylesheets/toc.scss
@@ -6,8 +6,9 @@ version: 2
// ToC styles
.breadcrumbs + ul, .doc-nav > ul, .quick-nav ul {
- padding: 20px;
background: $body-background-color;
+ padding: 20px;
+ margin-top: 60px;
li {
list-style: none;
@@ -22,8 +23,12 @@ version: 2
.doc-nav, .quick-nav {
h4 {
padding-bottom: 5px;
- border-bottom: solid 1px $h1-border-bottom;
}
+
+ li > a {
+ font-size: 14px;
+ }
+
}
.clear {
@@ -41,8 +46,6 @@ version: 2
}
.doc-nav > ul {
- border-bottom: 2px solid $thead-border-color;
- border-top: 2px solid $thead-border-color;
margin: 0;
}
@@ -58,7 +61,6 @@ version: 2
}
}
-
// wide enough to show toc but not quick nav
@media(min-width:1100px) {
.header {
@@ -93,6 +95,7 @@ version: 2
width: 25%;
}
}
+
@media(min-width:1100px) and (max-width:1600px) {
.quick-nav {
display: none;
@@ -110,7 +113,6 @@ version: 2
}
}
-
// wide enough to show quick nav and toc
@media(min-width:1601px) {
.main.class.has-toc {