diff options
Diffstat (limited to 'static/styles.sass')
-rw-r--r-- | static/styles.sass | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/static/styles.sass b/static/styles.sass index 8fecbf00..8309ebf7 100644 --- a/static/styles.sass +++ b/static/styles.sass | |||
@@ -284,12 +284,13 @@ header | |||
284 | margin-top: 30px | 284 | margin-top: 30px |
285 | margin-bottom: 50px | 285 | margin-bottom: 50px |
286 | 286 | ||
287 | // Some docs are too long, thus there is a need for a subnav. | ||
288 | // Use "subnav" class for the submenu. | ||
289 | // Use "subnav-anchor" class for the a-tags right before a section title. | ||
287 | .subnav | 290 | .subnav |
288 | a.nav-link | 291 | a.nav-link |
289 | &:link, &:visited | 292 | &:link, &:visited |
290 | color: #419edb !important | 293 | color: #419edb !important |
291 | 294 | a.subnav-anchor | |
292 | h1,h2,h3,h4,h5,h6 | 295 | position: relative |
293 | a | 296 | top: -80px |
294 | position: relative | ||
295 | top: -80px | ||