Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
user-manual
manual-build
Commits
b2d119e2
Commit
b2d119e2
authored
Mar 03, 2020
by
Evonne Cheung
Committed by
Kristina Hoeppner
Mar 03, 2020
Browse files
Stylesheet: Fix the target link for section headers
The earlier fix resulted in section headers to not be displayed any more.
parent
7e6d5f29
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/mahara/static/mahara.css_t
View file @
b2d119e2
...
...
@@ -465,6 +465,19 @@ a.incognito:hover {
visibility: hidden;
}
.section:target {
position: static;
visibility: visible;
top: 0;
}
.section::before {
content: '';
display: block;
height: 120px
margin-top: -120px;
visibility: hidden;
}
/* -- Buttons --------------------------------------------------------------- */
.btn,
.btn-default {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment