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
f3b4b209
Commit
f3b4b209
authored
Mar 03, 2020
by
Evonne Cheung
Committed by
Kristina Hoeppner
Mar 03, 2020
Browse files
Update CSS to correct section targets
so section when navigated to directly are displayed properly below the header
parent
9c7bd811
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/mahara/static/mahara.css_t
View file @
f3b4b209
...
...
@@ -471,11 +471,11 @@ a.incognito:hover {
top: 0;
}
.section::before {
.section:
target
:before {
content: '';
display: block;
height:
12
0px
margin-top: -
12
0px;
height:
9
0px
;
margin-top: -
9
0px;
visibility: hidden;
}
/* -- Buttons --------------------------------------------------------------- */
...
...
Write
Preview
Markdown
is supported
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